Commit ed962928 authored by James Bennett's avatar James Bennett
Browse files

[1.5.x] Bump version information and classifiers for 1.5 alpha release.

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

def get_version(*args, **kwargs):
    # Don't litter django/__init__.py with all the get_version stuff.
+6 −2
Original line number Diff line number Diff line
@@ -92,13 +92,13 @@ setup(
    author = 'Django Software Foundation',
    author_email = 'foundation@djangoproject.com',
    description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
    download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.tar.gz',
    download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5.tar.gz',
    packages = packages,
    cmdclass = cmdclasses,
    data_files = data_files,
    scripts = ['django/bin/django-admin.py'],
    classifiers = [
        'Development Status :: 5 - Production/Stable',
        'Development Status :: 3 - Alpha',
        'Environment :: Web Environment',
        'Framework :: Django',
        'Intended Audience :: Developers',
@@ -107,6 +107,10 @@ setup(
        'Programming Language :: Python',
        'Programming Language :: Python :: 2.6',
        'Programming Language :: Python :: 2.7',
        'Programming Language :: Python :: 3.0',
        'Programming Language :: Python :: 3.1',
        'Programming Language :: Python :: 3.2',
        'Programming Language :: Python :: 3.3',
        'Topic :: Internet :: WWW/HTTP',
        'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
        'Topic :: Internet :: WWW/HTTP :: WSGI',