diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-09-10 10:36:15 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-09-10 10:36:15 +0200 |
| commit | 1520df3f57a67964fd044d5f1e3ba735b9677b16 (patch) | |
| tree | 1cafba137d879316a737ec58892a63eb771fcad0 | |
| parent | 24de7501cca3c5adfbf7a91f3708fac0f7f2bad0 (diff) | |
[3.0.x] Bumped version for 3.0 alpha 1 release.3.0a1
| -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 a9dad2e279..61d7923c91 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (3, 0, 0, 'alpha', 0) +VERSION = (3, 0, 0, 'alpha', 1) __version__ = get_version(VERSION) @@ -90,7 +90,7 @@ setup( }, zip_safe=False, classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', |
