diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-20 08:40:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-20 08:40:51 -0400 |
| commit | f248427af2f7183588f13a44a345986397520e68 (patch) | |
| tree | 07dbb3faca29b5bed78f45755f62d7e2bc5b6744 /django/__init__.py | |
| parent | 82820368777ba1914e1700ae666594ee551e2b13 (diff) | |
[1.10.x] Bumped version to 1.10a1.1.10a1
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 df8024a86e..cf8bab49ca 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, 10, 0, 'alpha', 0) +VERSION = (1, 10, 0, 'alpha', 1) __version__ = get_version(VERSION) |
