Commit 70f2d9aa authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Updated version numbers and setup.py for 1.6beta.

parent 5caced89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (1, 6, 0, 'alpha', 1)
VERSION = (1, 6, 0, 'beta', 1)

def get_version(*args, **kwargs):
    # Don't litter django/__init__.py with all the get_version stuff.
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ setup(
    package_data=package_data,
    scripts=['django/bin/django-admin.py'],
    classifiers=[
        'Development Status :: 3 - Alpha',
        'Development Status :: 4 - Beta',
        'Environment :: Web Environment',
        'Framework :: Django',
        'Intended Audience :: Developers',