diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-17 00:17:38 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-17 00:17:38 +0900 |
| commit | 88f9647a223c77a29153683b49bc29852ed80721 (patch) | |
| tree | 4230850e33a59489f120eb7e4c5fbed3b13d7fd4 | |
| parent | fc428ad324ef38402f1e93b38c61cd6348980ed2 (diff) | |
| download | sphinx-git-88f9647a223c77a29153683b49bc29852ed80721.tar.gz | |
Bump to 4.4.0 finalv4.4.0
| -rw-r--r-- | CHANGES | 34 | ||||
| -rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 34 deletions
@@ -1,5 +1,5 @@ -Release 4.4.0 (in development) -============================== +Release 4.4.0 (released Jan 17, 2022) +===================================== Dependencies ------------ @@ -7,12 +7,6 @@ Dependencies * #10007: Use ``importlib_metadata`` for python-3.9 or older * #10007: Drop ``setuptools`` -Incompatible changes --------------------- - -Deprecated ----------- - Features added -------------- @@ -85,30 +79,6 @@ Bugs fixed directory * #9636: code-block: ``:dedent:`` without argument did strip newlines -Testing --------- - -Release 4.3.3 (in development) -============================== - -Dependencies ------------- - -Incompatible changes --------------------- - -Deprecated ----------- - -Features added --------------- - -Bugs fixed ----------- - -Testing --------- - Release 4.3.2 (released Dec 19, 2021) ===================================== diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 494790319..269c141af 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.4.0+' +__version__ = '4.4.0' __released__ = '4.4.0' # used when Sphinx builds its own docs #: Version info for better programmatic use. @@ -38,7 +38,7 @@ __released__ = '4.4.0' # used when Sphinx builds its own docs #: #: .. versionadded:: 1.2 #: Before version 1.2, check the string ``sphinx.__version__``. -version_info = (4, 4, 0, 'beta', 0) +version_info = (4, 4, 0, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
