From 80b15113112d7852bc262af47c18cd02ff904492 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sun, 26 May 2013 22:26:27 -0500 Subject: [PATCH] Bumped verion numbers for 1.6a1. --- django/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django/__init__.py b/django/__init__.py index 873c328add..5a1c74efa7 100644 --- a/django/__init__.py +++ b/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. diff --git a/setup.py b/setup.py index 7f848a56ff..b2b7821557 100644 --- a/setup.py +++ b/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',