Skip to content

Commit a651e6b

Browse files
committed
Bump to 5.2.2 final
1 parent 335f335 commit a651e6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 5.2.2 (in development)
1+
Release 5.2.2 (released Sep 27, 2022)
22
=====================================
33

44
* #10872: Restore link targets for autodoc modules to the top of content.

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
warnings.filterwarnings('ignore', 'The frontend.Option class .*',
2020
DeprecationWarning, module='docutils.frontend')
2121

22-
__version__ = '5.2.1'
22+
__version__ = '5.2.2'
2323
__display_version__ = __version__ # used for command line version
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 = (5, 2, 1, 'final', 0)
33+
version_info = (5, 2, 2, 'final', 0)
3434

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

0 commit comments

Comments
 (0)