Skip to content

Commit 88f9647

Browse files
committed
Bump to 4.4.0 final
1 parent fc428ad commit 88f9647

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

CHANGES

+2-32
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
Release 4.4.0 (in development)
2-
==============================
1+
Release 4.4.0 (released Jan 17, 2022)
2+
=====================================
33

44
Dependencies
55
------------
66

77
* #10007: Use ``importlib_metadata`` for python-3.9 or older
88
* #10007: Drop ``setuptools``
99

10-
Incompatible changes
11-
--------------------
12-
13-
Deprecated
14-
----------
15-
1610
Features added
1711
--------------
1812

@@ -85,30 +79,6 @@ Bugs fixed
8579
directory
8680
* #9636: code-block: ``:dedent:`` without argument did strip newlines
8781

88-
Testing
89-
--------
90-
91-
Release 4.3.3 (in development)
92-
==============================
93-
94-
Dependencies
95-
------------
96-
97-
Incompatible changes
98-
--------------------
99-
100-
Deprecated
101-
----------
102-
103-
Features added
104-
--------------
105-
106-
Bugs fixed
107-
----------
108-
109-
Testing
110-
--------
111-
11282
Release 4.3.2 (released Dec 19, 2021)
11383
=====================================
11484

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
warnings.filterwarnings('ignore', "'U' mode is deprecated",
2828
DeprecationWarning, module='docutils.io')
2929

30-
__version__ = '4.4.0+'
30+
__version__ = '4.4.0'
3131
__released__ = '4.4.0' # used when Sphinx builds its own docs
3232

3333
#: Version info for better programmatic use.
@@ -38,7 +38,7 @@
3838
#:
3939
#: .. versionadded:: 1.2
4040
#: Before version 1.2, check the string ``sphinx.__version__``.
41-
version_info = (4, 4, 0, 'beta', 0)
41+
version_info = (4, 4, 0, 'final', 0)
4242

4343
package_dir = path.abspath(path.dirname(__file__))
4444

0 commit comments

Comments
 (0)