Skip to content

Commit d48cc78

Browse files
committed
Bump to 7.0.1 final
1 parent de6b18a commit d48cc78

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGES

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 7.0.1 (in development)
2-
==============================
1+
Release 7.0.1 (released May 12, 2023)
2+
=====================================
33

44
Dependencies
55
------------
@@ -8,25 +8,13 @@ Dependencies
88

99
.. _Docutils 0.20: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04
1010

11-
Incompatible changes
12-
--------------------
13-
14-
Deprecated
15-
----------
16-
17-
Features added
18-
--------------
19-
2011
Bugs fixed
2112
----------
2213

2314
* #11418: Clean up remaining references to ``sphinx.setup_command``
2415
following the removal of support for setuptools.
2516
Patch by Willem Mulder.
2617

27-
Testing
28-
--------
29-
3018
Release 7.0.0 (released Apr 29, 2023)
3119
=====================================
3220

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