Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-03-27 18:56:22 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-03-27 18:56:22 +0300
commit2329fdef8c20c6c75194f5d842b8f62ebad5c79d (patch)
treef031e140d9ae8c89bf656eb4bb87b8caacaa9722 /sphinx
parentc34444149d7703ae2bf415adbec97324a5842632 (diff)
Bump to 4.5.0 finalv4.5.0
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 6a2bcb25b..218f8fe30 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -19,7 +19,7 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
-__version__ = '4.5.0+'
+__version__ = '4.5.0'
__released__ = '4.5.0' # used when Sphinx builds its own docs
#: Version info for better programmatic use.
@@ -30,7 +30,7 @@ __released__ = '4.5.0' # used when Sphinx builds its own docs
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
-version_info = (4, 5, 0, 'beta', 0)
+version_info = (4, 5, 0, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))