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 /docs/conf.py | |
| parent | 90363e388c61874add3f3557ee654a996ec75d78 (diff) | |
Bumped version numbers for 1.5.2.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0437491b82..34bd63e4e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ copyright = 'Django Software Foundation and contributors' # The short X.Y version. version = '1.5' # The full version, including alpha/beta/rc tags. -release = '1.5.1' +release = '1.5.2' # The next version to be released django_next_version = '1.6' |
