Skip to content

Commit 8ab9600

Browse files
committed
Bump to 9.1.0 candidate 2
1 parent d59b237 commit 8ab9600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinx/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
if TYPE_CHECKING:
1212
from typing import Final
1313

14-
__version__: Final = '9.1.0rc1'
14+
__version__: Final = '9.1.0rc2'
1515
__display_version__: Final = __version__ # used for command line version
1616

1717
#: Version info for better programmatic use.
@@ -22,7 +22,7 @@
2222
#:
2323
#: .. versionadded:: 1.2
2424
#: Before version 1.2, check the string ``sphinx.__version__``.
25-
version_info: Final = (9, 1, 0, 'candidate', 1)
25+
version_info: Final = (9, 1, 0, 'candidate', 2)
2626

2727
package_dir: Final = _StrPath(__file__).resolve().parent
2828
del _StrPath

0 commit comments

Comments
 (0)