summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-08-20 15:25:35 -0500
committerJames Bennett <james@b-list.org>2014-08-20 15:25:35 -0500
commitad96254af98f961d6691481c27127613afeee840 (patch)
tree274a87513fce36161529576bbf3f3e23ce794897
parent2da20379c0dd0171eb11c188909096f708dd6095 (diff)
downloaddjango-ad96254af98f961d6691481c27127613afeee840.tar.gz
[1.7.x] Bump version number for security release.1.7c3
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 9ba21b3463..0a4c2d0706 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 7, 0, 'rc', 2)
+VERSION = (1, 7, 0, 'rc', 3)
def get_version(*args, **kwargs):