Skip to content

Commit 70102ac

Browse files
committed
Bump to 6.2.0 final
1 parent 4e27a5f commit 70102ac

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

CHANGES

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 6.2.0 (in development)
2-
==============================
1+
Release 6.2.0 (released Apr 23, 2023)
2+
=====================================
33

44
Dependencies
55
------------
@@ -97,27 +97,6 @@ Testing
9797
* Migrate remaining ``unittest.TestCase`` style test functions to pytest style
9898
* Remove tests that rely on setuptools
9999

100-
Release 6.1.4 (in development)
101-
==============================
102-
103-
Dependencies
104-
------------
105-
106-
Incompatible changes
107-
--------------------
108-
109-
Deprecated
110-
----------
111-
112-
Features added
113-
--------------
114-
115-
Bugs fixed
116-
----------
117-
118-
Testing
119-
--------
120-
121100
Release 6.1.3 (released Jan 10, 2023)
122101
=====================================
123102

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