From 72979504b4ee3006374a647d5711c9052c3cd841 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 30 Jul 2026 14:57:55 -0400 Subject: [PATCH] Bump version to 3.10.3 --- docs/changelog.md | 3 ++- markdown/__meta__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3693ad9c..10068921 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,11 +10,12 @@ 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.3] - 2026-07-30 ### Fixed * Fix `SetextHeaderProcessor` regex to prevent mixed `=` and `-` chars in setext-style headers (#1606). +* Add AI Policy to Contributing Guide. * Officially document all included extensions as being in maintenance mode. * Link the Extension API documentation to the API Reference (#1612). diff --git a/markdown/__meta__.py b/markdown/__meta__.py index ab267613..c0ac10dc 100644 --- a/markdown/__meta__.py +++ b/markdown/__meta__.py @@ -28,7 +28,7 @@ from __future__ import annotations -__version_info__ = (3, 10, 2, 'final', 0) +__version_info__ = (3, 10, 3, 'final', 0) def _get_version(version_info):