Skip to content

Commit 7297950

Browse files
committed
Bump version to 3.10.3
1 parent 8453df0 commit 7297950

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ and this project adheres to the
1010
[Python Version Specification](https://packaging.python.org/en/latest/specifications/version-specifiers/).
1111
See the [Contributing Guide](contributing.md) for details.
1212

13-
## [Unreleased]
13+
## [3.10.3] - 2026-07-30
1414

1515
### Fixed
1616

1717
* Fix `SetextHeaderProcessor` regex to prevent mixed `=` and `-` chars in setext-style headers (#1606).
18+
* Add AI Policy to Contributing Guide.
1819
* Officially document all included extensions as being in maintenance mode.
1920
* Link the Extension API documentation to the API Reference (#1612).
2021

markdown/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from __future__ import annotations
2929

3030

31-
__version_info__ = (3, 10, 2, 'final', 0)
31+
__version_info__ = (3, 10, 3, 'final', 0)
3232

3333

3434
def _get_version(version_info):

0 commit comments

Comments
 (0)