Skip to content

Commit

Permalink
Django 1.0.1.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Nov 15, 2008
1 parent 08ae591 commit 13f63f0
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, 0, 1, 'beta', 1) VERSION = (1, 0, 1, 'final', 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 13f63f0

Please sign in to comment.