Skip to content

Commit c1f2a52

Browse files
committed
Bump to 5.3.0 final
1 parent 10db540 commit c1f2a52

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

CHANGES

+2-17
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
Release 5.3.0 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
6-
7-
Incompatible changes
8-
--------------------
9-
10-
Deprecated
11-
----------
1+
Release 5.3.0 (released Oct 16, 2022)
2+
=====================================
123

134
Features added
145
--------------
@@ -24,12 +15,6 @@ Features added
2415
* #10887: domains: Allow sections in all the content of all object description
2516
directives (e.g. :rst:dir:`py:function`). Patch by Adam Turner
2617

27-
Bugs fixed
28-
----------
29-
30-
Testing
31-
--------
32-
3318
Release 5.2.3 (released Sep 30, 2022)
3419
=====================================
3520

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
#:
3131
#: .. versionadded:: 1.2
3232
#: Before version 1.2, check the string ``sphinx.__version__``.
33-
version_info = (5, 3, 0, 'beta', 0)
33+
version_info = (5, 3, 0, 'final', 0)
3434

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

37-
_in_development = True
37+
_in_development = False
3838
if _in_development:
3939
# Only import subprocess if needed
4040
import subprocess

0 commit comments

Comments
 (0)