summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2013-06-28 08:56:45 -0500
committerJacob Kaplan-Moss <jacob@jacobian.org>2013-06-28 08:56:45 -0500
commit27cf7ec864318daf5957fa0e65c04f7a260ee1c8 (patch)
treed119ad1ce08350ff0395936ad0a97414c8caa42f /django/__init__.py
parent5caced89e0ac2f942b68bc5f163d156a42880f16 (diff)
Master is now pre-1.7.
Diffstat (limited to 'django/__init__.py')
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 5a1c74efa7..b8077e17fa 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 6, 0, 'alpha', 1)
+VERSION = (1, 7, 0, 'alpha', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.