summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2012-12-10 15:45:04 -0600
committerJames Bennett <james@b-list.org>2012-12-10 15:45:04 -0600
commit1f0af3c529885beca39e0d4981fb4794ef3102c2 (patch)
tree13f88e71e642d68d7bb2ab116fbfec0c2451ee49 /django
parent319627c184e71ae267d6b7f000e293168c7b6e09 (diff)
[1.4.x] Bump version numbers for security release.1.4.3
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 f4814c2143..2c2cfb05b7 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 4, 2, 'final', 0)
+VERSION = (1, 4, 3, 'final', 0)
def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION."""