diff options
| author | James Bennett <ubernostrum@gmail.com> | 2010-09-11 06:49:33 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2010-09-11 06:49:33 +0000 |
| commit | f140436e3a7295740f3d1a9e4adb9e1ae27278bb (patch) | |
| tree | ec6f55b9f426a27b1141fe7947ba37576c0fd395 | |
| parent | 4eb78b89ce198dc27daea4bbe1ab71ba4bd5cb89 (diff) | |
[1.2.X] Bump to 1.2.3.1.2.3
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13749 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/__init__.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/django/__init__.py b/django/__init__.py index 48815232f8..6a437e7000 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 2, 2, 'final', 0) +VERSION = (1, 2, 3, 'final', 0) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1]) @@ -77,7 +77,7 @@ setup( author = 'Django Software Foundation', author_email = 'foundation@djangoproject.com', description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', - download_url = 'http://media.djangoproject.com/releases/1.2/Django-1.2.2.tar.gz', + download_url = 'http://media.djangoproject.com/releases/1.2/Django-1.2.3.tar.gz', packages = packages, cmdclass = cmdclasses, data_files = data_files, |
