diff options
| author | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2015-11-29 13:28:56 +0000 |
|---|---|---|
| committer | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2015-11-29 13:28:56 +0000 |
| commit | 6d0df203e41f31721ead92d31974f05f99382804 (patch) | |
| tree | cb528cc3744c76af4329c9d56bef15ec8018a295 | |
| parent | 4c7db6c67d26151c90aa5f1949f007776edd28f9 (diff) | |
| download | sphinx-git-1.3.2.tar.gz | |
Bump to 1.3.2 finalv1.3.2
| -rw-r--r-- | CHANGES | 4 | ||||
| -rw-r--r-- | sphinx/__init__.py | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ -Release 1.3.2 (in development) -============================== +Release 1.3.2 (released Nov 29, 2015) +===================================== Features added -------------- 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__)) |
