diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-22 17:24:32 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-22 17:24:32 +0900 |
| commit | b1a3ff61b7837423f85e2bf488d12c766ce4d0b5 (patch) | |
| tree | ffdc981b401e245a61d9511cd9b500154f2f53ca /sphinx | |
| parent | 056b2c145ff947e92565d7f2e8bc51bc7e800292 (diff) | |
| download | sphinx-git-1.5.2.tar.gz | |
Bump to 1.5.2 finalv1.5.2
Diffstat (limited to 'sphinx')
| -rw-r--r-- | sphinx/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
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__)) |
