Bump to 7.2.0 final

This commit is contained in:
Adam Turner
2023-08-17 04:29:41 +01:00
parent 794324ac00
commit da9f8a5c33
2 changed files with 4 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
Release 7.2.0 (in development)
==============================
Release 7.2.0 (released Aug 17, 2023)
=====================================
Dependencies
------------
@@ -7,9 +7,6 @@ Dependencies
* #11511: Drop Python 3.8 support.
* #11576: Require Pygments 2.14 or later.
Incompatible changes
--------------------
Deprecated
----------

View File

@@ -30,11 +30,11 @@ __display_version__ = __version__ # used for command line version
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
version_info = (7, 2, 0, 'beta', 0)
version_info = (7, 2, 0, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))
_in_development = True
_in_development = False
if _in_development:
# Only import subprocess if needed
import subprocess