diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-02-26 15:49:56 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-02-26 15:49:56 +0900 |
| commit | 715eb45755d9c53d4b9a94535251a21e68378a8d (patch) | |
| tree | 09bfce56f0ad690c59ca7c6aa60acd111ba98723 | |
| parent | 75b9e4ea17fa51ae3f76063bf8c85d0724b960a8 (diff) | |
| download | sphinx-git-1.5.3.tar.gz | |
Bump to 1.5.3 finalv1.5.3
| -rw-r--r-- | CHANGES | 4 | ||||
| -rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ -Release 1.5.3 (in development) -============================== +Release 1.5.3 (released Feb 26, 2017) +===================================== Features added -------------- diff --git a/sphinx/__init__.py b/sphinx/__init__.py index e49d3d0be..8cf8f4a7f 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.3+' +__version__ = '1.5.3' __released__ = '1.5.3' # 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, 3, 'beta', 0) +version_info = (1, 5, 3, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
