ソースを参照

Bumped verion numbers for 1.6a1.

Jacob Kaplan-Moss 12 年 前
コミット
80b1511311
2 ファイル変更2 行追加2 行削除
  1. 1 1
      django/__init__.py
  2. 1 1
      setup.py

+ 1 - 1
django/__init__.py

@@ -1,4 +1,4 @@
-VERSION = (1, 6, 0, 'alpha', 0)
+VERSION = (1, 6, 0, 'alpha', 1)
 
 def get_version(*args, **kwargs):
     # Don't litter django/__init__.py with all the get_version stuff.

+ 1 - 1
setup.py

@@ -93,7 +93,7 @@ setup(
     package_data=package_data,
     scripts=['django/bin/django-admin.py'],
     classifiers=[
-        'Development Status :: 5 - Production/Stable',
+        'Development Status :: 3 - Alpha',
         'Environment :: Web Environment',
         'Framework :: Django',
         'Intended Audience :: Developers',