Skip to content

Commit 930dc82

Browse files
author
ubernostrum
committed
Bump version info to 1.2 beta.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 4801f2a commit 930dc82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

django/__init__.py

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

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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ def fullsplit(path, result=None):
7777
author = 'Django Software Foundation',
7878
author_email = '[email protected]',
7979
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
80-
download_url = 'http://media.djangoproject.com/releases/1.2/Django-1.2-alpha-1.tar.gz',
80+
download_url = 'http://media.djangoproject.com/releases/1.2/Django-1.2-beta-1.tar.gz',
8181
packages = packages,
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)