Skip to content

Commit c6b4614

Browse files
author
ubernostrum
committed
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
1 parent ee619d5 commit c6b4614

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 0, 'alpha', 0)
1+
VERSION = (1, 1, 0, 'alpha', 1)
22

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

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def fullsplit(path, result=None):
7474
name = "Django",
7575
version = version.replace(' ', '-'),
7676
url = 'http://www.djangoproject.com/',
77+
download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1-alpha-1.tar.gz',
7778
author = 'Django Software Foundation',
7879
author_email = '[email protected]',
7980
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',

0 commit comments

Comments
 (0)