diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-22 23:17:23 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-22 23:17:23 +0900 |
| commit | 87fd65fd313a97e35deb717ca861d269f741afbf (patch) | |
| tree | ca86c383a708a7806f576a1cd8fee3e235c88725 | |
| parent | 51ac09d7b42dc70825771d62b102be5becd0fc52 (diff) | |
| download | sphinx-git-2.4.3.tar.gz | |
Bump to 2.4.3 finalv2.4.3
| -rw-r--r-- | CHANGES | 20 | ||||
| -rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 20 deletions
@@ -1,17 +1,5 @@ -Release 2.4.3 (in development) -============================== - -Dependencies ------------- - -Incompatible changes --------------------- - -Deprecated ----------- - -Features added --------------- +Release 2.4.3 (released Feb 22, 2020) +===================================== Bugs fixed ---------- @@ -23,10 +11,6 @@ Bugs fixed * #6244, #6387: html search: Search breaks/hangs when built with dirhtml builder * #7195: todo: emit doctree-resolved event with non-document node incorrectly - -Testing --------- - Release 2.4.2 (released Feb 19, 2020) ===================================== diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 9a22ed2b2..312e2b0c5 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -32,7 +32,7 @@ if 'PYTHONWARNINGS' not in os.environ: warnings.filterwarnings('ignore', "'U' mode is deprecated", DeprecationWarning, module='docutils.io') -__version__ = '2.4.3+' +__version__ = '2.4.3' __released__ = '2.4.3' # used when Sphinx builds its own docs #: Version info for better programmatic use. @@ -43,7 +43,7 @@ __released__ = '2.4.3' # used when Sphinx builds its own docs #: #: .. versionadded:: 1.2 #: Before version 1.2, check the string ``sphinx.__version__``. -version_info = (2, 4, 3, 'beta', 0) +version_info = (2, 4, 3, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
