Skip to content

Commit 4e1004a

Browse files
committed
Bump to 6.1.0 final
1 parent a2176d4 commit 4e1004a

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGES

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 6.1.0 (in development)
2-
==============================
1+
Release 6.1.0 (released Jan 05, 2023)
2+
=====================================
33

44
Dependencies
55
------------
@@ -65,9 +65,6 @@ Bugs fixed
6565
* #11074: LaTeX: Can't change sphinxnote to use sphinxheavybox starting with
6666
5.1.0
6767

68-
Testing
69-
--------
70-
7168
Release 6.0.1 (released Jan 05, 2023)
7269
=====================================
7370

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
warnings.filterwarnings('ignore', 'The frontend.Option class .*',
2020
DeprecationWarning, module='docutils.frontend')
2121

22-
__version__ = '6.0.1'
22+
__version__ = '6.1.0'
2323
__display_version__ = __version__ # used for command line version
2424

2525
#: Version info for better programmatic use.
@@ -30,7 +30,7 @@
3030
#:
3131
#: .. versionadded:: 1.2
3232
#: Before version 1.2, check the string ``sphinx.__version__``.
33-
version_info = (6, 0, 1, 'final', 0)
33+
version_info = (6, 1, 0, 'final', 0)
3434

3535
package_dir = path.abspath(path.dirname(__file__))
3636

0 commit comments

Comments
 (0)