Skip to content

Commit

Permalink
Bump to 6.2.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 23, 2023
1 parent 4e27a5f commit e7d4c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
25 changes: 2 additions & 23 deletions CHANGES
@@ -1,5 +1,5 @@
Release 6.2.0 (in development)
==============================
Release 6.2.0 (released Apr 23, 2023)
=====================================

Dependencies
------------
Expand Down Expand Up @@ -97,27 +97,6 @@ Testing
* Migrate remaining ``unittest.TestCase`` style test functions to pytest style
* Remove tests that rely on setuptools

Release 6.1.4 (in development)
==============================

Dependencies
------------

Incompatible changes
--------------------

Deprecated
----------

Features added
--------------

Bugs fixed
----------

Testing
--------

Release 6.1.3 (released Jan 10, 2023)
=====================================

Expand Down
4 changes: 2 additions & 2 deletions sphinx/__init__.py
Expand Up @@ -30,11 +30,11 @@
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
version_info = (6, 2, 0, 'beta', 0)
version_info = (6, 2, 0, 'final', 0)

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

_in_development = True
_in_development = False
if _in_development:
# Only import subprocess if needed
import subprocess
Expand Down

0 comments on commit e7d4c36

Please sign in to comment.