Skip to content

Commit ec993dd

Browse files
committed
Bump to 6.2.1 final
1 parent d2aa91f commit ec993dd

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

CHANGES

+2-17
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
1-
Release 6.2.1 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
6-
7-
Incompatible changes
8-
--------------------
9-
10-
Deprecated
11-
----------
12-
13-
Features added
14-
--------------
1+
Release 6.2.1 (released Apr 25, 2023)
2+
=====================================
153

164
Bugs fixed
175
----------
186

197
* #11355: Revert the default type of :confval:`nitpick_ignore` and
208
:confval:`nitpick_ignore_regex` to ``list``.
219

22-
Testing
23-
--------
24-
2510
Release 6.2.0 (released Apr 23, 2023)
2611
=====================================
2712

sphinx/__init__.py

+2-2
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, 2, 1, 'beta', 0)
33+
version_info = (6, 2, 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)