From 393b40825282311a8ba81c830ef3c6fae9335c32 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 7 Jan 2023 17:38:13 +0000 Subject: [PATCH] Bump to 6.1.2 final --- CHANGES | 4 ++-- sphinx/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 40ad5db9af0..da4573de93c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -Release 6.1.2 (in development) -============================== +Release 6.1.2 (released Jan 07, 2023) +===================================== Bugs fixed ---------- diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 410845f09d4..eeef3034545 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -19,7 +19,7 @@ warnings.filterwarnings('ignore', 'The frontend.Option class .*', DeprecationWarning, module='docutils.frontend') -__version__ = '6.1.1' +__version__ = '6.1.2' __display_version__ = __version__ # used for command line version #: Version info for better programmatic use. @@ -30,7 +30,7 @@ #: #: .. versionadded:: 1.2 #: Before version 1.2, check the string ``sphinx.__version__``. -version_info = (6, 1, 1, 'final', 0) +version_info = (6, 1, 2, 'final', 0) package_dir = path.abspath(path.dirname(__file__))