diff options
| author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-27 15:54:01 +0100 |
|---|---|---|
| committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-27 15:54:01 +0100 |
| commit | a651e6bf4ad7a1dc293525d0a70e6d0d11b827db (patch) | |
| tree | f506ecf7a27b2bca5ae2a90e5cdb44e78f0e5aef /sphinx/__init__.py | |
| parent | 335f335a587b162f760f505182ca7922df929b1a (diff) | |
| download | sphinx-git-5.2.2.tar.gz | |
Bump to 5.2.2 finalv5.2.2
Diffstat (limited to 'sphinx/__init__.py')
| -rw-r--r-- | sphinx/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 9cdb8f742..4c4067684 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__ = '5.2.1' +__version__ = '5.2.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 = (5, 2, 1, 'final', 0) +version_info = (5, 2, 2, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
