From eb413577149d9f6b7b4cf08101f62be92db54986 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:53:19 +0100 Subject: [PATCH] Bump to 7.3.2 final --- CHANGES.rst | 4 ++-- sphinx/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f0c7f5730f4..aa621b2cfb4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -Release 7.3.2 (in development) -============================== +Release 7.3.2 (released Apr 17, 2024) +===================================== Bugs fixed ---------- diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 7a5ff113195..a317fb6b37d 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, 2, 'beta', 0) +version_info = (7, 3, 2, '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