Skip to content

Commit

Permalink
Bump to 5.2.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Sep 24, 2022
1 parent bc59a1d commit 911a5fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions CHANGES
@@ -1,5 +1,5 @@
Release 5.2.0 (in development)
==============================
Release 5.2.0 (released Sep 24, 2022)
=====================================

Dependencies
------------
Expand All @@ -8,9 +8,6 @@ Dependencies
create packages, using PyPA's ``build`` project as a build backend. Patch by
Adam Turner.

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

Deprecated
----------

Expand Down Expand Up @@ -47,9 +44,6 @@ Bugs fixed
* #10729: C++, fix parsing of certain non-type template parameter packs.
* #10715: Revert #10520: "Fix" use of sidebar classes in ``agogo.css_t``

Testing
--------

Release 5.1.1 (released Jul 26, 2022)
=====================================

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 = (5, 2, 0, 'beta', 0)
version_info = (5, 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 911a5fe

Please sign in to comment.