From 1006771f0fde225289dc0460b8a29f69ca2af548 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 19 Jun 2025 11:59:46 -0400 Subject: [PATCH] Bump version to 3.8.2 --- docs/changelog.md | 2 +- markdown/__meta__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):