summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-22 17:24:32 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-22 17:24:32 +0900
commitb1a3ff61b7837423f85e2bf488d12c766ce4d0b5 (patch)
treeffdc981b401e245a61d9511cd9b500154f2f53ca
parent056b2c145ff947e92565d7f2e8bc51bc7e800292 (diff)
downloadsphinx-git-1.5.2.tar.gz
Bump to 1.5.2 finalv1.5.2
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index f17129934..4bca0f827 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 1.5.2 (in development)
-===============================
+Release 1.5.2 (released Jan 22, 2017)
+=====================================
Incompatible changes
--------------------
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 2cd3a57de..dd4feb6ef 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -30,13 +30,13 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
-__version__ = '1.5.2+'
+__version__ = '1.5.2'
__released__ = '1.5.2' # used when Sphinx builds its own docs
# version info for better programmatic use
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'
# 'final' has 0 as the last element
-version_info = (1, 5, 2, 'beta', 1)
+version_info = (1, 5, 2, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))