Skip to content

Commit

Permalink
[1.1.X] Bump to 1.1.3 for security release.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Dec 23, 2010
1 parent 7f8dd9c commit 334654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 3, 'alpha', 0)
VERSION = (1, 1, 3, 'final', 0)

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

0 comments on commit 334654f

Please sign in to comment.