Skip to content

Commit 65af576

Browse files
author
ubernostrum
committed
[1.1.X] Bump to 1.1.2.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 6c3bb4d commit 65af576

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 2, 'alpha', 0)
1+
VERSION = (1, 1, 2, 'final', 0)
22

33
def get_version():
44
version = '%s.%s' % (VERSION[0], VERSION[1])

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def fullsplit(path, result=None):
7777
author = 'Django Software Foundation',
7878
author_email = 'foundation@djangoproject.com',
7979
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
80+
download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1.2.tar.gz',
8081
packages = packages,
8182
cmdclass = cmdclasses,
8283
data_files = data_files,

0 commit comments

Comments
 (0)