Skip to content

Commit 56b80c7

Browse files
committed
[1.0.X] Reset 1.0 branch packaging data post-release.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11616 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 36b3916 commit 56b80c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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, 0, 4, 'final', 0)
1+
VERSION = (1, 0, 5, 'alpha', 0)
22

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

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ 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.0.4/Django-1.0.4.tar.gz',
7877
author = 'Django Software Foundation',
7978
author_email = '[email protected]',
8079
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',

0 commit comments

Comments
 (0)