Skip to content

Commit 78bb5a1

Browse files
committed
Bump to 8.2.0 final
1 parent 2f8c1dd commit 78bb5a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 8.2.0 (in development)
2-
==============================
1+
Release 8.2.0 (released Feb 18, 2025)
2+
=====================================
33

44
Dependencies
55
------------

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, 0, 'candidate', 3)
37+
version_info = (8, 2, 0, '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)