diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 09:37:06 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 09:37:06 -0400 |
| commit | 63de263e030d2a3fd7ff62ae9bc809a5572d351a (patch) | |
| tree | e45208c1cc75482225d47363100ae8fffef05253 /django/__init__.py | |
| parent | 253fcff90f2eabd90bd8a8568922ce352ff0a135 (diff) | |
Bumped version; master is now 2.2 pre-alpha.
Diffstat (limited to 'django/__init__.py')
| -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 97c7fa2092..4ebf3e779a 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (2, 1, 0, 'alpha', 0) +VERSION = (2, 2, 0, 'alpha', 0) __version__ = get_version(VERSION) |
