Skip to content

Commit a27d262

Browse files
committed
Bump to 6.0.1 final
1 parent 821569e commit a27d262

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGES

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
1-
Release 6.0.1 (in development)
2-
==============================
1+
Release 6.0.1 (released Jan 05, 2023)
2+
=====================================
33

44
Dependencies
55
------------
66

77
* Require Pygments 2.13 or later.
88

9-
Incompatible changes
10-
--------------------
11-
12-
Deprecated
13-
----------
14-
15-
Features added
16-
--------------
17-
189
Bugs fixed
1910
----------
2011

2112
* #10944: imgmath: Fix resolving image paths for files in nested folders.
2213

23-
Testing
24-
--------
25-
2614
Release 6.0.0 (released Dec 29, 2022)
2715
=====================================
2816

sphinx/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
#:
3131
#: .. versionadded:: 1.2
3232
#: Before version 1.2, check the string ``sphinx.__version__``.
33-
version_info = (6, 0, 1, 'beta', 0)
33+
version_info = (6, 0, 1, 'final', 0)
3434

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

37-
_in_development = True
37+
_in_development = False
3838
if _in_development:
3939
# Only import subprocess if needed
4040
import subprocess

0 commit comments

Comments
 (0)