diff --git a/docs/changelog.md b/docs/changelog.md index 63c45323..9c074b20 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.10.0] - 2025-11-03 ### Changed diff --git a/markdown/__meta__.py b/markdown/__meta__.py index 20ee6d7c..69823ae7 100644 --- a/markdown/__meta__.py +++ b/markdown/__meta__.py @@ -28,7 +28,7 @@ from __future__ import annotations -__version_info__ = (3, 9, 0, 'final', 0) +__version_info__ = (3, 10, 0, 'final', 0) def _get_version(version_info):