diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-31 22:35:20 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-31 22:35:29 +0900 |
commit | 7b0d658fe90b67cf68b77a26a449b4da583aef5a (patch) | |
tree | 122a61ca7b21dcc577847d677737da485015677a | |
parent | e0daaf3975eb7222afff6257370ec1329951bd4b (diff) | |
download | sphinx-git-1.7.0b2.tar.gz |
Bump to 1.7.0 beta2v1.7.0b2
-rw-r--r-- | CHANGES | 13 | ||||
-rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 13 deletions
@@ -1,17 +1,11 @@ -Release 1.7.0 beta2 (in development) -==================================== - -Dependencies ------------- +Release 1.7.0 beta2 (released Jan 31, 2018) +=========================================== Incompatible changes -------------------- * #4467: html theme: Rename ``csss`` block to ``css`` -Deprecated ----------- - Features added -------------- @@ -35,9 +29,6 @@ Bugs fixed * #4230: slowdown in writing pages with sphinx 1.6 * #4522: epub: document is not rebuilt even if config changed -Testing --------- - Release 1.7.0 beta1 (released Jan 15, 2018) =========================================== diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 047f797a7..27760eefb 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -31,8 +31,8 @@ if 'PYTHONWARNINGS' not in os.environ: warnings.filterwarnings('ignore', "'U' mode is deprecated", DeprecationWarning, module='docutils.io') -__version__ = '1.7.0+' -__released__ = '1.7.0' # used when Sphinx builds its own docs +__version__ = '1.7.0b2' +__released__ = '1.7.0b2' # used when Sphinx builds its own docs # version info for better programmatic use # possible values for 3rd element: 'alpha', 'beta', 'rc', 'final' |