Skip to content

Commit e6aefff

Browse files
committed
[1.0.X] With 1.0.3 out the door, this branch is now 1.0.4 pre-alpha.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11367 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent f602e2b commit e6aefff

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, 0, 3, 'final', 0)
1+
VERSION = (1, 0, 4, 'alpha', 0)
22

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

0 commit comments

Comments
 (0)