提交 4ba5c21b 编写于 作者: T Takeshi KOMIYA

Bump to 4.1.2 final

上级 4dc45f0a
Release 4.1.2 (in development) Release 4.1.2 (released Jul 27, 2021)
============================== =====================================
Dependencies
------------
Incompatible changes Incompatible changes
-------------------- --------------------
...@@ -10,12 +7,6 @@ Incompatible changes ...@@ -10,12 +7,6 @@ Incompatible changes
* #9435: linkcheck: Disable checking automatically generated anchors on * #9435: linkcheck: Disable checking automatically generated anchors on
github.com (ex. anchors in reST/Markdown documents) github.com (ex. anchors in reST/Markdown documents)
Deprecated
----------
Features added
--------------
Bugs fixed Bugs fixed
---------- ----------
...@@ -27,9 +18,6 @@ Bugs fixed ...@@ -27,9 +18,6 @@ Bugs fixed
* #9456: html search: html_copy_source can't control the search summaries * #9456: html search: html_copy_source can't control the search summaries
* #9435: linkcheck: Failed to check anchors in github.com * #9435: linkcheck: Failed to check anchors in github.com
Testing
--------
Release 4.1.1 (released Jul 15, 2021) Release 4.1.1 (released Jul 15, 2021)
===================================== =====================================
......
...@@ -27,7 +27,7 @@ if 'PYTHONWARNINGS' not in os.environ: ...@@ -27,7 +27,7 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated", warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io') DeprecationWarning, module='docutils.io')
__version__ = '4.1.2+' __version__ = '4.1.2'
__released__ = '4.1.2' # used when Sphinx builds its own docs __released__ = '4.1.2' # used when Sphinx builds its own docs
#: Version info for better programmatic use. #: Version info for better programmatic use.
...@@ -38,7 +38,7 @@ __released__ = '4.1.2' # used when Sphinx builds its own docs ...@@ -38,7 +38,7 @@ __released__ = '4.1.2' # used when Sphinx builds its own docs
#: #:
#: .. versionadded:: 1.2 #: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``. #: Before version 1.2, check the string ``sphinx.__version__``.
version_info = (4, 1, 2, 'beta', 0) version_info = (4, 1, 2, 'final', 0)
package_dir = path.abspath(path.dirname(__file__)) package_dir = path.abspath(path.dirname(__file__))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册