Author: ubernostrum
Date: 2009-07-21 21:11:55 -0500 (Tue, 21 Jul 2009)
New Revision: 11290

Modified:
   django/trunk/setup.py
Log:
Update setup.py for RC 1.

Modified: django/trunk/setup.py
===================================================================
--- django/trunk/setup.py       2009-07-22 02:09:01 UTC (rev 11289)
+++ django/trunk/setup.py       2009-07-22 02:11:55 UTC (rev 11290)
@@ -74,7 +74,7 @@
     name = "Django",
     version = version.replace(' ', '-'),
     url = 'http://www.djangoproject.com/',
-    download_url = 
'http://media.djangoproject.com/releases/1.1/Django-1.1-beta-1.tar.gz',
+    download_url = 
'http://media.djangoproject.com/releases/1.1/Django-1.1-rc-1.tar.gz',
     author = 'Django Software Foundation',
     author_email = 'foundat...@djangoproject.com',
     description = 'A high-level Python Web framework that encourages rapid 
development and clean, pragmatic design.',
@@ -82,7 +82,7 @@
     cmdclass = cmdclasses,
     data_files = data_files,
     scripts = ['django/bin/django-admin.py'],
-    classifiers = ['Development Status :: 3 - Alpha',
+    classifiers = ['Development Status :: 4 - Beta',
                    '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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to