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
diff options
context:
space:
mode:
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 113dc8bfe..1fb971405 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -21,7 +21,7 @@ warnings.filterwarnings('ignore', "'U' mode is deprecated",
warnings.filterwarnings('ignore', 'The frontend.Option class .*',
DeprecationWarning, module='docutils.frontend')
-__version__ = '5.0.2+'
+__version__ = '5.0.2'
__released__ = '5.0.2' # used when Sphinx builds its own docs
#: Version info for better programmatic use.
@@ -32,7 +32,7 @@ __released__ = '5.0.2' # used when Sphinx builds its own docs
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
-version_info = (5, 0, 2, 'beta', 0)
+version_info = (5, 0, 2, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))