Skip to content

Commit 320d0b6

Browse files
committed
Bump to 7.1.2 final
1 parent 06c1339 commit 320d0b6

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,17 +1,5 @@
1-
Release 7.1.2 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
6-
7-
Incompatible changes
8-
--------------------
9-
10-
Deprecated
11-
----------
12-
13-
Features added
14-
--------------
1+
Release 7.1.2 (released Aug 02, 2023)
2+
=====================================
153

164
Bugs fixed
175
----------
@@ -20,9 +8,6 @@ Bugs fixed
208
and do not spuriously report failures to validate anchors.
219
Patch by James Addison.
2210

23-
Testing
24-
-------
25-
2611
Release 7.1.1 (released Jul 27, 2023)
2712
=====================================
2813

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 = (7, 1, 2, 'beta', 0)
33+
version_info = (7, 1, 2, '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)