summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-01 18:38:24 -0500
committerTim Graham <timograham@gmail.com>2015-12-01 18:38:44 -0500
commite403f2217e67301526a0df5ea5be42e190e00e10 (patch)
tree00eb5ded5475239bb44de2a4ea09577818d04aa2
parent60cf88f56e7daafda3b479ec6f4aa97b085ed893 (diff)
[1.9.x] Bumped version for 1.9 release.1.9
-rw-r--r--django/__init__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/django/__init__.py b/django/__init__.py
index bb25971d8a..cafb4879ba 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (1, 9, 0, 'rc', 2)
+VERSION = (1, 9, 0, 'final', 0)
__version__ = get_version(VERSION)
diff --git a/setup.py b/setup.py
index 1fd68940e4..c920d6e641 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(
},
zip_safe=False,
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',