diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-01-19 12:02:47 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-01-19 12:02:47 +0100 |
| commit | 0db73315fdbff1c4b9ae6f7fb8f716b4a1f217e8 (patch) | |
| tree | e039a1e1cf5c51e7b6b9f14bfa9552492892129a | |
| parent | a5d70cca12aaa1067871eb4e67ab2ed088d1edd6 (diff) | |
[3.2.x] Bumped version for 3.2 alpha 1 release.3.2a1
| -rw-r--r-- | django/__init__.py | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/django/__init__.py b/django/__init__.py index c6bda27510..2f05e28fa7 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (3, 2, 0, 'alpha', 0) +VERSION = (3, 2, 0, 'alpha', 1) __version__ = get_version(VERSION) @@ -8,7 +8,7 @@ description = A high-level Python Web framework that encourages rapid developmen long_description = file: README.rst license = BSD-3-Clause classifiers = - Development Status :: 2 - Pre-Alpha + Development Status :: 3 - Alpha Environment :: Web Environment Framework :: Django Intended Audience :: Developers |
