Commit f602e2ba authored by James Bennett's avatar James Bennett
Browse files

[1.0.X] Update packaging information for impending 1.0.3 security/bugfix release.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent b8997d66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (1, 0, 3, 'alpha', 0)
VERSION = (1, 0, 3, 'final', 0)

def get_version():
    version = '%s.%s' % (VERSION[0], VERSION[1])
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ setup(
    url = 'http://www.djangoproject.com/',
    author = 'Django Software Foundation',
    author_email = 'foundation@djangoproject.com',
    download_url = 'http://media.djangoproject.com/releases/1.0.3/Django-1.0.3.tar.gz',
    description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
    packages = packages,
    cmdclass = cmdclasses,