diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-20 08:40:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-20 08:40:51 -0400 |
| commit | f248427af2f7183588f13a44a345986397520e68 (patch) | |
| tree | 07dbb3faca29b5bed78f45755f62d7e2bc5b6744 | |
| parent | 82820368777ba1914e1700ae666594ee551e2b13 (diff) | |
[1.10.x] Bumped version to 1.10a1.1.10a1
| -rw-r--r-- | django/__init__.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/django/__init__.py b/django/__init__.py index df8024a86e..cf8bab49ca 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, 10, 0, 'alpha', 0) +VERSION = (1, 10, 0, 'alpha', 1) __version__ = get_version(VERSION) @@ -53,7 +53,7 @@ setup( }, zip_safe=False, classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', |
