diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-11-02 09:02:53 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-11-02 09:02:53 +0100 |
| commit | 008d49caa2cc0f1fdd3f13d047c4f13a5e811b39 (patch) | |
| tree | 01356714154aa82aedd8b79439a5832a855aeccb /django | |
| parent | f6778c256f7f372b3ae1ee945a562990919ef13e (diff) | |
[3.0.x] Post-release version bump.
Diffstat (limited to 'django')
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index b537ceb12e..114355eaa3 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (3, 0, 11, 'final', 0) +VERSION = (3, 0, 12, 'alpha', 0) __version__ = get_version(VERSION) |
