diff options
| author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-05 11:58:30 +0000 |
|---|---|---|
| committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-05 11:58:30 +0000 |
| commit | a27d262ffed11ef5717edfe93ae892c6f6e9fed5 (patch) | |
| tree | 60de99420d5b5ae83031447d11f832d04b014f8a /sphinx | |
| parent | 821569ea8af353a9ca56b44bf19b94be2b37ae22 (diff) | |
| download | sphinx-git-6.0.1.tar.gz | |
Bump to 6.0.1 finalv6.0.1
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 f88de426c..55dbe27f2 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, 0, 1, 'beta', 0) +version_info = (6, 0, 1, '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 |
