Skip to content

Commit 0215a73

Browse files
committed
Bump to 8.2.1 final
1 parent 53b7913 commit 0215a73

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

CHANGES.rst

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
Release 8.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 8.2.1 (released Feb 21, 2025)
2+
=====================================
153

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

31-
Testing
32-
-------
33-
34-
3519
Release 8.2.0 (released Feb 18, 2025)
3620
=====================================
3721

sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
#:
3535
#: .. versionadded:: 1.2
3636
#: Before version 1.2, check the string ``sphinx.__version__``.
37-
version_info = (8, 2, 1, 'beta', 0)
37+
version_info = (8, 2, 1, 'final', 0)
3838

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

41-
_in_development = True
41+
_in_development = False
4242
if _in_development:
4343
# Only import subprocess if needed
4444
import subprocess

0 commit comments

Comments
 (0)