diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-06-03 03:12:06 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-06-03 03:12:06 +0900 |
| commit | 8fe27991ba23268b17fad2e2fe2548074ad6cf26 (patch) | |
| tree | 6cf61758a9c335e8cfa9fcd3fefc5c1a0b033bb1 | |
| parent | ab58bbaed71293bf8f5738f386b853b17b4190eb (diff) | |
| download | sphinx-git-5.0.1.tar.gz | |
Bump to 5.0.1 finalv5.0.1
| -rw-r--r-- | CHANGES | 19 | ||||
| -rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 19 deletions
@@ -1,17 +1,5 @@ -Release 5.0.1 (in development) -============================== - -Dependencies ------------- - -Incompatible changes --------------------- - -Deprecated ----------- - -Features added --------------- +Release 5.0.1 (released Jun 03, 2022) +===================================== Bugs fixed ---------- @@ -22,9 +10,6 @@ Bugs fixed docutils-0.18 * #10495: IndexError is raised for a :rst:role:`kbd` role having a separator -Testing --------- - Release 5.0.0 (released May 30, 2022) ===================================== diff --git a/sphinx/__init__.py b/sphinx/__init__.py index e947380bd..363821209 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.1+' +__version__ = '5.0.1' __released__ = '5.0.1' # used when Sphinx builds its own docs #: Version info for better programmatic use. @@ -32,7 +32,7 @@ __released__ = '5.0.1' # used when Sphinx builds its own docs #: #: .. versionadded:: 1.2 #: Before version 1.2, check the string ``sphinx.__version__``. -version_info = (5, 0, 1, 'beta', 0) +version_info = (5, 0, 1, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
