diff options
| author | James Bennett <james@b-list.org> | 2012-10-17 17:25:52 -0500 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2012-10-17 17:25:52 -0500 |
| commit | 25d23d9846f945a7a0bbd562302e6ccb9ca5a5c1 (patch) | |
| tree | 206dc8dd0737b7114acd53d5f6a1213cb0e7064c /django/__init__.py | |
| parent | b45c377f8f488955e0c7069cad3f3dd21910b071 (diff) | |
[1.3.x] Bump version numbers for security release.1.3.4
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 6ff1588a87..80dc39e5e0 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 3, 'final', 0) +VERSION = (1, 3, 4, 'final', 0) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1]) |
