diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-07-29 09:33:07 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-07-29 09:33:07 +0000 |
| commit | e6aefffbdcf47a00d19afc3f14e371a2ceba8bfe (patch) | |
| tree | 3e1a3ae040511a8ab6afb98dc56904c5a36cc13e | |
| parent | f602e2bad4a95acc8859e2c1d573a4ec57b08ac4 (diff) | |
[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
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index 8a0a3b452b..8bd4c7b215 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 3, 'final', 0) +VERSION = (1, 0, 4, 'alpha', 0) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1]) |
