diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-07-29 05:51:03 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-07-29 05:51:03 +0000 |
| commit | 27358368879cc7d56756f12155393d3277fc52aa (patch) | |
| tree | 52db66354b1d9f7fdc874cce1f6ee74fab1d660a /django/__init__.py | |
| parent | d78cf61c992079a04892abe27c439431e4ef633b (diff) | |
Update packaging info for 1.1 release.1.1
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11364 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 3721524617..8f9d3c6e00 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0, 'rc', 1) +VERSION = (1, 1, 0, 'final', 0) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1]) |
