Author: ubernostrum
Date: 2010-01-06 00:02:31 -0600 (Wed, 06 Jan 2010)
New Revision: 12114
Modified:
django/trunk/django/__init__.py
django/trunk/setup.py
Log:
Bump version number and add download_url for 1.2 alpha.
Modified: django/trunk/django/__init__.py
===================================================================
--- django/trunk/django/__init__.py 2010-01-06 06:00:30 UTC (rev 12113)
+++ django/trunk/django/__init__.py 2010-01-06 06:02:31 UTC (rev 12114)
@@ -1,4 +1,4 @@
-VERSION = (1, 2, 0, 'alpha', 0)
+VERSION = (1, 2, 0, 'alpha', 1)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Modified: django/trunk/setup.py
===================================================================
--- django/trunk/setup.py 2010-01-06 06:00:30 UTC (rev 12113)
+++ django/trunk/setup.py 2010-01-06 06:02:31 UTC (rev 12114)
@@ -77,11 +77,12 @@
author = 'Django Software Foundation',
author_email = '[email protected]',
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-alpha-1.tar.gz',
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,
scripts = ['django/bin/django-admin.py'],
- classifiers = ['Development Status :: 5 - Production/Stable',
+ classifiers = ['Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.