Skip to content

Commit 396f94a

Browse files
author
James Cheese
committed
0.3.0, new version supporting current Django versions, updating README
1 parent e6b0bdc commit 396f94a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ Settings
6464
Tested Versions
6565
---------------
6666

67-
Django versions 1.7-1.10 should be supported, Python 3 versions supported as per the Django releases.
67+
Django versions 1.11-2.2 should be supported, Python 3 versions supported as per the Django releases.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
setup(
44
name='intouch_queryset_csv',
5-
version='0.2.1',
5+
version='0.3.0',
66
description='Module to export django querysets as csv files',
77
maintainer='James Cheese',
88
maintainer_email='[email protected]',
9-
url='https://bitbucket.org/intouchltd/queryset-csv',
9+
url='https://github.com/intouch-smartwater/queryset-csv',
1010
packages=['intouch', 'intouch.queryset_csv'],
1111
keywords='django queryset csv',
1212
classifiers = [
@@ -17,7 +17,7 @@
1717
'License :: OSI Approved :: MIT License',
1818
'Programming Language :: Python :: 3.4',
1919
'Programming Language :: Python :: 3.5',
20-
20+
'Programming Language :: Python :: 3.6',
2121
],
2222
install_requires=['django>=1.7']
2323
)

0 commit comments

Comments
 (0)