Skip to content

Commit fcc3899

Browse files
committed
Bump to 7.2.5 final
1 parent 2a631f9 commit fcc3899

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

164
Bugs fixed
175
----------
@@ -35,9 +23,6 @@ Bugs fixed
3523
* #11627: Restore support for copyright lines of the form ``YYYY``
3624
when ``SOURCE_DATE_EPOCH`` is set.
3725

38-
Testing
39-
-------
40-
4126
Release 7.2.4 (released Aug 28, 2023)
4227
=====================================
4328

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