summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-04-04 11:55:10 -0400
committerTim Graham <timograham@gmail.com>2017-04-04 11:55:10 -0400
commit58f02c498b659a906e9c30d946bd89bedc4717e5 (patch)
tree874abed00ec3e10b74243d78b32e81fee55d3836
parent091fc3248f96391add0d10277558743e27de0bdd (diff)
[1.11.x] Bumped version for 1.11 release.1.11
-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 338ca0e5a9..9ee3f9ba6b 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals
from django.utils.version import get_version
-VERSION = (1, 11, 0, 'rc', 1)
+VERSION = (1, 11, 0, 'final', 1)
__version__ = get_version(VERSION)
diff --git a/setup.py b/setup.py
index a75074b9e0..db7d079549 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ setup(
},
zip_safe=False,
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',