Skip to content

Commit

Permalink
Correct pypi classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
danfairs committed Sep 8, 2016
1 parent 5394660 commit aaf9aaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/HISTORY.txt
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

1.1.1
-----

Fix small error in setup.py classifiers, as we now only support Django 1.10
and above.

1.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion lazysignup/version.py
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = '1.1.0'
__version__ = '1.1.1'
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -57,8 +57,7 @@ def get_version():
"Programming Language :: Python :: 3.4",
"Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: Django",
"Framework :: Django :: 1.7",
"Framework :: Django :: 1.8",
"Framework :: Django :: 1.10",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License"
],
Expand Down

0 comments on commit aaf9aaf

Please sign in to comment.