1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Add release notes and bump version number for security release.

This commit is contained in:
James Bennett
2013-09-15 00:36:03 -06:00
parent 5ecc0f828e
commit 623c4916df
4 changed files with 56 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
VERSION = (1, 6, 0, 'beta', 3)
VERSION = (1, 6, 0, 'beta', 4)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.