Skip to content

Commit

Permalink
Bump to 8.2.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Feb 21, 2025
1 parent 53b7913 commit 0215a73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
20 changes: 2 additions & 18 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
Release 8.2.1 (in development)
==============================

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

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

Deprecated
----------

Features added
--------------
Release 8.2.1 (released Feb 21, 2025)
=====================================

Bugs fixed
----------
Expand All @@ -28,10 +16,6 @@ Bugs fixed
* 13376: Fix copying assets from a relative :confval:`html_static_path` entry.
Patch by Adam Turner.

Testing
-------


Release 8.2.0 (released Feb 18, 2025)
=====================================

Expand Down
4 changes: 2 additions & 2 deletions sphinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
version_info = (8, 2, 1, 'beta', 0)
version_info = (8, 2, 1, 'final', 0)

package_dir = _StrPath(__file__).resolve().parent

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

0 comments on commit 0215a73

Please sign in to comment.