Skip to content

Commit

Permalink
Add python3.5 in trove classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
osantana committed Apr 26, 2016
1 parent 5bd604b commit 7b371aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ History
+++++

* Update django-ipware version requirement
* Add Py3.5 in setup.py classifiers

0.9.3
+++++
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def run(self):
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
cmdclass={'version': VersionCommand},
)

0 comments on commit 7b371aa

Please sign in to comment.