diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-30 17:20:55 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 14:09:28 -0500 |
| commit | f32feaa9010c8cb30e69469aa458714569e14e2d (patch) | |
| tree | 4f64ff7cbeb7a256425b8429f1ab3b9f53b274c8 /django/__init__.py | |
| parent | 4054013e002aaed4efac8e2388fa3b694b61bac5 (diff) | |
Bumped version; master is now 2.0 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 1584f27d4b..ab50cac624 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, 11, 0, 'alpha', 0) +VERSION = (2, 0, 0, 'alpha', 0) __version__ = get_version(VERSION) |
