diff --git a/docs/changelog.md b/docs/changelog.md index 60dc3ea6..aa5ca6e2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,7 +10,7 @@ and this project adheres to the [Python Version Specification]: https://packaging.python.org/en/latest/specifications/version-specifiers/. See the [Contributing Guide](contributing.md) for details. -## [Unreleased] +## [3.8.2] - 2025-06-19 ### Fixed diff --git a/markdown/__meta__.py b/markdown/__meta__.py index 476a1904..c5302997 100644 --- a/markdown/__meta__.py +++ b/markdown/__meta__.py @@ -28,7 +28,7 @@ from __future__ import annotations -__version_info__ = (3, 8, 1, 'final', 0) +__version_info__ = (3, 8, 2, 'final', 0) def _get_version(version_info):