diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-02 21:07:00 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-02 21:07:00 -0500 |
| commit | 592187e11b934f83153133cd5b3a246a881359e7 (patch) | |
| tree | 005cdc2c02851c3c4d001b2471cd3b3ebfc8db58 /django/__init__.py | |
| parent | 35dc639cd62e86a3e50fd0e305e12c42746d4891 (diff) | |
[1.4.x] Bumped version for 1.4.17 release.1.4.17
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 ed224bc432..a7246289c6 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 17, 'alpha', 0) +VERSION = (1, 4, 17, 'final', 0) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION.""" |
