diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-04-23 21:03:34 +0100 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-04-23 21:03:34 +0100 |
commit | 70102ac2ee4d89e1293d8efa7763dcdd104ad548 (patch) | |
tree | 7d421931442196e5dc192c3f713318f59b26f23c /sphinx | |
parent | 4e27a5fba146bf85b6e2e0ba8b9f5ac30b1c1e29 (diff) | |
download | sphinx-git-70102ac2ee4d89e1293d8efa7763dcdd104ad548.tar.gz |
Bump to 6.2.0 final
Diffstat (limited to 'sphinx')
-rw-r--r-- | sphinx/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |