summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2014-05-14 18:45:54 +0200
committerJacob Kaplan-Moss <jacob@jacobian.org>2014-05-14 18:45:54 +0200
commit95cf17244c086cb31eef86bdb0db57a0b5d05e38 (patch)
tree59d329955c0e8ebd5c6ec58d070b7e8e2165b9ca
parent77f0327d800965716122ead24584a0cffc018e54 (diff)
Bumped version number for release.1.7b4
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index eb182f6d94..0e21d06b53 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 7, 0, 'beta', 3)
+VERSION = (1, 7, 0, 'beta', 4)
def get_version(*args, **kwargs):