Skip to content

Commit d8d73c1

Browse files
committed
Bump to 7.1.1 final
1 parent a54e630 commit d8d73c1

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,27 +1,12 @@
1-
Release 7.1.1 (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.1 (released Jul 27, 2023)
2+
=====================================
153

164
Bugs fixed
175
----------
186

197
* #11514: Fix ``SOURCE_DATE_EPOCH`` in multi-line copyright footer.
208
Patch by Bénédikt Tran.
219

22-
Testing
23-
-------
24-
2510
Release 7.1.0 (released Jul 24, 2023)
2611
=====================================
2712

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