diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-07-22 01:15:43 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-07-22 01:15:43 +0000 |
| commit | d3f4de9c1866d2ac5396687200715364a0b20267 (patch) | |
| tree | 0ff7479b5cbc01f90266bd639cac11666db16cd3 /django/__init__.py | |
| parent | 863f4eb1d7cf96013207986c7f848defde16210d (diff) | |
Bumped version number for 1.0-alpha release.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/__init__.py')
| -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 de473fa4e9..e5f3d5df9b 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 97, 'pre') +VERSION = (1, 0, 'alpha') def get_version(): "Returns the version as a human-format string." |
