Bump version

This commit is contained in:
Adam Turner 2023-04-26 17:24:54 +01:00
parent 720f89d1d6
commit 4eb706eb21
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Release 6.2.2 (in development)
Release 7.0.0 (in development)
==============================
Dependencies

View File

@ -19,7 +19,7 @@ warnings.filterwarnings('ignore', "'U' mode is deprecated",
warnings.filterwarnings('ignore', 'The frontend.Option class .*',
DeprecationWarning, module='docutils.frontend')
__version__ = '6.2.2'
__version__ = '7.0.0'
__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, 2, 2, 'beta', 0)
version_info = (7, 0, 0, 'beta', 0)
package_dir = path.abspath(path.dirname(__file__))