Skip to content

Commit 2329fde

Browse files
committed
Bump to 4.5.0 final
1 parent c344441 commit 2329fde

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CHANGES

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
Release 4.5.0 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
1+
Release 4.5.0 (released Mar 28, 2022)
2+
=====================================
63

74
Incompatible changes
85
--------------------
@@ -62,9 +59,6 @@ Bugs fixed
6259
* #10122: sphinx-build: make.bat does not check the installation of sphinx-build
6360
command before showing help
6461

65-
Testing
66-
--------
67-
6862
Release 4.4.0 (released Jan 17, 2022)
6963
=====================================
7064

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
warnings.filterwarnings('ignore', "'U' mode is deprecated",
2020
DeprecationWarning, module='docutils.io')
2121

22-
__version__ = '4.5.0+'
22+
__version__ = '4.5.0'
2323
__released__ = '4.5.0' # used when Sphinx builds its own docs
2424

2525
#: Version info for better programmatic use.
@@ -30,7 +30,7 @@
3030
#:
3131
#: .. versionadded:: 1.2
3232
#: Before version 1.2, check the string ``sphinx.__version__``.
33-
version_info = (4, 5, 0, 'beta', 0)
33+
version_info = (4, 5, 0, 'final', 0)
3434

3535
package_dir = path.abspath(path.dirname(__file__))
3636

0 commit comments

Comments
 (0)