summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7cb7fc96ad..ca4f4d16a8 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (1, 8, 0, 'rc', 1)
+VERSION = (1, 8, 0, 'final', 0)
__version__ = get_version(VERSION)
diff --git a/setup.py b/setup.py
index feaaeba196..61733513e7 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',