Commit 5e2cac54 authored by James Bennett's avatar James Bennett
Browse files

Trunk is now 1.3 beta 1.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 95b96b19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (1, 3, 0, 'alpha', 1)
VERSION = (1, 3, 0, 'beta', 1)

def get_version():
    version = '%s.%s' % (VERSION[0], VERSION[1])
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ setup(
    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',