summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-03-20 19:42:11 -0500
committerJames Bennett <james@b-list.org>2014-03-20 19:42:11 -0500
commitdda6224459ed843dfd63e85729613fcc60ce925f (patch)
tree7de920c9b2da5f17d55a44337ca0b813934037b3
parent222262ca2354abadf259f4186a0b43f583ed1bd1 (diff)
[1.7.x] Bump version numbers for 1.7 beta 1.1.7b1
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 1b7c96bffd..100003afeb 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 7, 0, 'alpha', 2)
+VERSION = (1, 7, 0, 'beta', 1)
def get_version(*args, **kwargs):