Skip to content

Commit d4e7bd3

Browse files
committed
Fix tests on Django 1.3.1, include example templates (fixes jieter#66), bump to v0.10.2
1 parent 2e941c7 commit d4e7bd3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ include README.rst
22
recursive-include django_tables2/templates *
33
recursive-include django_tables2/static *
44
recursive-include example/app/fixtures *
5-
recursive-include example/app/templates *
5+
recursive-include example/templates *

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ globally, use::
6363
Change log
6464
==========
6565

66+
v0.10.2
67+
-------
68+
69+
- Fix MANIFEST.in to include example templates, thanks TWAC.
70+
- Upgrade django-attest to fix problem with tests on Django 1.3.1
71+
6672
v0.10.1
6773
-------
6874

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = '0.10'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.10.1'
59+
release = '0.10.2'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django-tables2',
7-
version='0.10.1',
7+
version='0.10.2',
88
description='Table/data-grid framework for Django',
99

1010
author='Bradley Ayers',
@@ -16,7 +16,7 @@
1616
include_package_data=True, # declarations in MANIFEST.in
1717

1818
install_requires=['Django >=1.3'],
19-
tests_require=['Django >=1.3', 'Attest >=0.5.3', 'django-attest >=0.2.3',
19+
tests_require=['Django >=1.3', 'Attest >=0.5.3', 'django-attest >=0.2.4',
2020
'fudge', 'django-haystack', 'unittest-xml-reporting',
2121
'pylint'],
2222

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy