Skip to content

Commit

Permalink
Trunk is now 1.2 pre-alpha.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Jul 30, 2009
1 parent 542c33e commit 70b3b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0, 'final', 0) VERSION = (1, 2, 0, 'alpha', 0)


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

0 comments on commit 70b3b68

Please sign in to comment.