Skip to content

Commit c30be97

Browse files
committed
[1.2.X] Bump to 1.2.4 for security release.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent d5d8942 commit c30be97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 2, 3, 'final', 0)
1+
VERSION = (1, 2, 4, 'final', 0)
22

33
def get_version():
44
version = '%s.%s' % (VERSION[0], VERSION[1])

0 commit comments

Comments
 (0)