From e7d4c3669cec32721ee7fc25d9cb8dc3497095ed Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 23 Apr 2023 21:02:15 +0100 Subject: Bump to 6.2.0 final --- sphinx/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sphinx') diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 5a152b521..fe01277fd 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -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 = (6, 2, 0, 'beta', 0) +version_info = (6, 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 -- cgit v1.2.1