Skip to content

Commit 7cc155a

Browse files
committed
[2.0.x] Bumped version for 2.0 beta 1.
1 parent 9b3b780 commit 7cc155a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.utils.version import get_version
22

3-
VERSION = (2, 0, 0, 'alpha', 1)
3+
VERSION = (2, 0, 0, 'beta', 1)
44

55
__version__ = get_version(VERSION)
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
zip_safe=False,
5656
classifiers=[
57-
'Development Status :: 3 - Alpha',
57+
'Development Status :: 4 - Beta',
5858
'Environment :: Web Environment',
5959
'Framework :: Django',
6060
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)