diff options
| author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-07 17:38:13 +0000 |
|---|---|---|
| committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-07 17:38:13 +0000 |
| commit | 393b40825282311a8ba81c830ef3c6fae9335c32 (patch) | |
| tree | 78b3a7f31724e6dc5b7561f1c71bc7ac719d0de3 | |
| parent | d8a5dd8364d19f693d5f017f615a8037784a0295 (diff) | |
| download | sphinx-git-6.1.2.tar.gz | |
Bump to 6.1.2 finalv6.1.2
| -rw-r--r-- | CHANGES | 4 | ||||
| -rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ -Release 6.1.2 (in development) -============================== +Release 6.1.2 (released Jan 07, 2023) +===================================== Bugs fixed ---------- diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 410845f09..eeef30345 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -19,7 +19,7 @@ warnings.filterwarnings('ignore', "'U' mode is deprecated", warnings.filterwarnings('ignore', 'The frontend.Option class .*', DeprecationWarning, module='docutils.frontend') -__version__ = '6.1.1' +__version__ = '6.1.2' __display_version__ = __version__ # used for command line version #: Version info for better programmatic use. @@ -30,7 +30,7 @@ __display_version__ = __version__ # used for command line version #: #: .. versionadded:: 1.2 #: Before version 1.2, check the string ``sphinx.__version__``. -version_info = (6, 1, 1, 'final', 0) +version_info = (6, 1, 2, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
