summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-01-22 21:48:37 -0600
committerJames Bennett <james@b-list.org>2014-01-22 21:48:37 -0600
commit8be9a250c190d9dd8615da4616cdfe401ad6e0af (patch)
tree4b2a04b364545b00575482378222c38310ca6b07
parent05d36dc06e6d767bb28993c65a54b703f319a386 (diff)
[1.7.x] Bump version number for 1.7 alpha 1.1.7a1
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 14c941601a..775759ef03 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 7, 0, 'alpha', 0)
+VERSION = (1, 7, 0, 'alpha', 1)
def get_version(*args, **kwargs):