diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-08-13 11:10:05 -0500 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-08-13 11:10:05 -0500 |
| commit | bebbb611a8e0c3469f16f3423c88c75cc3c146f4 (patch) | |
| tree | 8ff7625b36619b85ac8b4bd40ec1c279724aff03 /django/__init__.py | |
| parent | 90363e388c61874add3f3557ee654a996ec75d78 (diff) | |
Bumped version numbers for 1.5.2.
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 621b26e8df..07aca3a601 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 5, 2, 'alpha', 0) +VERSION = (1, 5, 2, 'final', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. |
