summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2013-09-15 00:29:31 -0600
committerJames Bennett <james@b-list.org>2013-09-15 00:29:31 -0600
commit4607c7325dca510428f8e67a97bd73d647ffb35f (patch)
tree4a6e2a3dd8ed3d79dd9892667e2ca580f4fd9fa5 /django/__init__.py
parent22b74fa09d7ccbc8c52270d648a0da7f3f0fa2bc (diff)
[1.5.x] Add release notes and bump version numbers for 1.5.4 security release.1.5.4
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 6baa03ac8e..00166a4a2c 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 5, 4, 'alpha', 0)
+VERSION = (1, 5, 4, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.