summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorTakayuki Shimizukawa <shimizukawa@gmail.com>2015-11-29 13:28:56 +0000
committerTakayuki Shimizukawa <shimizukawa@gmail.com>2015-11-29 13:28:56 +0000
commit6d0df203e41f31721ead92d31974f05f99382804 (patch)
treecb528cc3744c76af4329c9d56bef15ec8018a295 /sphinx
parent4c7db6c67d26151c90aa5f1949f007776edd28f9 (diff)
downloadsphinx-git-1.3.2.tar.gz
Bump to 1.3.2 finalv1.3.2
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index d46f19779..3b45b23de 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,13 +15,13 @@
import sys
from os import path
-__version__ = '1.3.1+'
-__released__ = '1.3.1+' # used when Sphinx builds its own docs
+__version__ = '1.3.2'
+__released__ = '1.3.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, 3, 1, 'beta', 1)
+version_info = (1, 3, 2, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))