Skip to content

Commit

Permalink
[2.2.x] Bumped version number for 2.2 release.
Browse files Browse the repository at this point in the history
Updated trove classifier to Production/Stable.
  • Loading branch information
carltongibson committed Apr 1, 2019
1 parent bc6f1da commit 635d53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version

VERSION = (2, 2, 0, 'rc', 1)
VERSION = (2, 2, 0, 'final', 0)

__version__ = get_version(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -90,7 +90,7 @@ def read(fname):
},
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 635d53a

Please sign in to comment.