Skip to content

Commit cc7c6f4

Browse files
committed
Bump to 9.1.0 final
1 parent b127b94 commit cc7c6f4

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

CHANGES.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 9.1.0 (in development)
2-
==============================
1+
Release 9.1.0 (released Dec 31, 2025)
2+
=====================================
33

44
Dependencies
55
------------
@@ -8,12 +8,6 @@ Dependencies
88
* #12555: Drop Docutils 0.20 support.
99
Patch by Adam Turner
1010

11-
Incompatible changes
12-
--------------------
13-
14-
Deprecated
15-
----------
16-
1711
Features added
1812
--------------
1913

@@ -53,6 +47,3 @@ Bugs fixed
5347
* LaTeX: Fix accidental removal at ``3.5.0`` (#8854) of the documentation of
5448
``literalblockcappos`` key of :ref:`'sphinxsetup' <latexsphinxsetup>`.
5549
Patch by Jean-François B.
56-
57-
Testing
58-
-------

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.0rc2'
14+
__version__: Final = '9.1.0'
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', 2)
25+
version_info: Final = (9, 1, 0, 'final', 0)
2626

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

0 commit comments

Comments
 (0)