diff options
| author | James Bennett <james@b-list.org> | 2014-04-28 15:46:13 -0500 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2014-04-28 15:46:13 -0500 |
| commit | edca57817fa5c366483194020967cd9d4ef1318c (patch) | |
| tree | 1922dfc825e642c35f1a23bd45168ff918bb1fe1 | |
| parent | 305ab00087a29ff400e815187b5568f84d2d8739 (diff) | |
[1.7.x] Bump version number for 1.7 beta 3 bugfix release.1.7b3
| -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 edfe4f0372..eb182f6d94 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 7, 0, 'beta', 2) +VERSION = (1, 7, 0, 'beta', 3) def get_version(*args, **kwargs): |
