summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2014-09-02 15:50:34 -0500
committerJames Bennett <james@b-list.org>2014-09-02 15:50:34 -0500
commitd54022b6558e620563a2f09ed03f9676312710a9 (patch)
treedb210990b93a730aad01c6df3c0402a51ef03dee /django
parent20474d5bc77621698c408cfb0b3d39be131d05f9 (diff)
[1.5.x] Bump version numbers for bugfix release.1.5.10
Diffstat (limited to 'django')
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index 69886defe6..a154eec300 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 5, 10, 'alpha', 0)
+VERSION = (1, 5, 10, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.