diff options
| author | James Bennett <james@b-list.org> | 2013-09-15 00:36:03 -0600 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2013-09-15 00:36:03 -0600 |
| commit | 623c4916df545f985c66a269a712e95f2724f6d0 (patch) | |
| tree | 48a38a7fb2697086f3f1825f2b60e1c25e468400 /django/__init__.py | |
| parent | 5ecc0f828ebe270cfc92a0a2bfb4268800907904 (diff) | |
[1.6.x] Add release notes and bump version number for security release.1.6b4
Diffstat (limited to 'django/__init__.py')
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index 2327551770..e9c75e142f 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -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. |
