diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-03-28 15:12:39 -0500 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-03-28 15:12:39 -0500 |
| commit | 2847ae66653831bc7e413a26c9310c24c1c6fae2 (patch) | |
| tree | 38339b1497a0ca06ff221d5b049c69e034105beb /docs/conf.py | |
| parent | d7eaadb4f810e9790d01dae99d218415c8b673a2 (diff) | |
Bump version numbers for 1.5.1.1.5.1
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 0f0f28f787..bc77e070e4 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' +release = '1.5.1' # The next version to be released django_next_version = '1.6' |
