From 7111016cc6fc9bb11f9281e2d84c3f707d984727 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 3 Nov 2025 14:13:04 -0500 Subject: [PATCH] Bump version to 3.10 --- 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 63c453237..9c074b20b 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 20ee6d7c9..69823ae74 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):