diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-07-06 00:40:29 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-07-06 00:40:29 +0900 |
| commit | 007795da0171f4d77df97027401a5e285111fad0 (patch) | |
| tree | d0ed524cbfdd9434cdd5a94e724f95e21996bbf3 | |
| parent | 779d902359f6946be9326682de372d0e75a8cfd4 (diff) | |
| download | sphinx-git-4.0.3.tar.gz | |
Bump to 4.0.3 finalv4.0.3
| -rw-r--r-- | CHANGES | 16 | ||||
| -rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 16 deletions
@@ -1,14 +1,5 @@ -Release 4.0.3 (in development) -============================== - -Dependencies ------------- - -Incompatible changes --------------------- - -Deprecated ----------- +Release 4.0.3 (released Jul 05, 2021) +===================================== Features added -------------- @@ -31,9 +22,6 @@ Bugs fixed See also :confval:`c_extra_keywords`. * #9322: KeyError is raised on PropagateDescDomain transform -Testing --------- - Release 4.0.2 (released May 20, 2021) ===================================== diff --git a/sphinx/__init__.py b/sphinx/__init__.py index d566b824a..c4e4134ed 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -27,7 +27,7 @@ if 'PYTHONWARNINGS' not in os.environ: warnings.filterwarnings('ignore', "'U' mode is deprecated", DeprecationWarning, module='docutils.io') -__version__ = '4.0.3+' +__version__ = '4.0.3' __released__ = '4.0.3' # used when Sphinx builds its own docs #: Version info for better programmatic use. @@ -38,7 +38,7 @@ __released__ = '4.0.3' # used when Sphinx builds its own docs #: #: .. versionadded:: 1.2 #: Before version 1.2, check the string ``sphinx.__version__``. -version_info = (4, 0, 3, 'beta', 0) +version_info = (4, 0, 3, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
