diff options
| author | James Bennett <james@b-list.org> | 2013-09-10 20:32:14 -0500 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2013-09-10 20:32:14 -0500 |
| commit | ed9b7b6295f311dbbd7f66f0cbcb393ab122afec (patch) | |
| tree | f6c74a59cd0d825d042277b0b19abc106a054876 | |
| parent | 2f2731e67e5cde279cfa938f142d34f65e2e74f1 (diff) | |
[1.6.x] Bump version number for 1.6 beta 3 security release.1.6b3
| -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 d7cda5e183..2327551770 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 0, 'beta', 2) +VERSION = (1, 6, 0, 'beta', 3) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. |
