mirror of
https://github.com/django/django.git
synced 2025-10-09 18:12:39 +00:00
Updated version numbers and setup.py for 1.6beta.
This commit is contained in:
parent
5caced89e0
commit
70f2d9aaff
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
VERSION = (1, 6, 0, 'alpha', 1)
|
||||
VERSION = (1, 6, 0, 'beta', 1)
|
||||
|
||||
def get_version(*args, **kwargs):
|
||||
# Don't litter django/__init__.py with all the get_version stuff.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -93,7 +93,7 @@ setup(
|
|||
package_data=package_data,
|
||||
scripts=['django/bin/django-admin.py'],
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Web Environment',
|
||||
'Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue