Skip to content

Commit b78834b

Browse files
author
ubernostrum
committed
Trunk is now 1.3 beta 1.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 4563bcc commit b78834b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 3, 0, 'alpha', 1)
1+
VERSION = (1, 3, 0, 'beta', 1)
22

33
def get_version():
44
version = '%s.%s' % (VERSION[0], VERSION[1])

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def fullsplit(path, result=None):
8282
cmdclass = cmdclasses,
8383
data_files = data_files,
8484
scripts = ['django/bin/django-admin.py'],
85-
classifiers = ['Development Status :: 3 - Alpha',
85+
classifiers = ['Development Status :: 4 - Beta',
8686
'Environment :: Web Environment',
8787
'Framework :: Django',
8888
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)