diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-02-24 01:46:29 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-02-24 01:46:29 +0000 |
| commit | 4251c6020ce8d62046875660e079f4a761afa9a4 (patch) | |
| tree | a53805ac48bc1b4b57240f00515fcc8b3081b7c2 /django/__init__.py | |
| parent | f3a95d2d14c031bff8fd59406f81d3205cfedd03 (diff) | |
Bump version to 1.1 alpha 1 and add download_url for the eventual 1.1 alpha 1 packagee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9894 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 0f2eea5d00..10e8704d51 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0, 'alpha', 0) +VERSION = (1, 1, 0, 'alpha', 1) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1]) |
