summaryrefslogtreecommitdiff
path: root/sphinx/__init__.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-11-11 02:22:40 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-11-11 02:22:40 +0900
commit3001cc9f8d35a3520bb017c345c29faec66d4848 (patch)
tree2004480aef21fe321e862fd2acad1556ab06d273 /sphinx/__init__.py
parentd321a971d14e22ec8b231295a84f08961d9faa76 (diff)
downloadsphinx-git-3001cc9f8d35a3520bb017c345c29faec66d4848.tar.gz
Bump to 4.3.0 finalv4.3.0
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index c4c10e92f..9e0f7a286 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -27,7 +27,7 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
-__version__ = '4.3.0+'
+__version__ = '4.3.0'
__released__ = '4.3.0' # used when Sphinx builds its own docs
#: Version info for better programmatic use.
@@ -38,7 +38,7 @@ __released__ = '4.3.0' # used when Sphinx builds its own docs
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
-version_info = (4, 3, 0, 'beta', 0)
+version_info = (4, 3, 0, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))