From de4ac2fbdebae529a973910e96794645158f0401 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Fri, 19 Apr 2024 05:43:08 +0100 Subject: [PATCH] Bump to 7.3.7 final --- CHANGES.rst | 4 ++-- sphinx/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index bb9373c817b..cfc924bbf85 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -Release 7.3.7 (in development) -============================== +Release 7.3.7 (released Apr 19, 2024) +===================================== Bugs fixed ---------- diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 947cbe561f9..1ce46d69fad 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -28,11 +28,11 @@ #: #: .. versionadded:: 1.2 #: Before version 1.2, check the string ``sphinx.__version__``. -version_info = (7, 3, 7, 'beta', 0) +version_info = (7, 3, 7, '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