Skip to content

Commit 22e89c1

Browse files
committed
Bump version to 3.10
1 parent c138aea commit 22e89c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.0] - 2025-11-03
1414

1515
### Changed
1616

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, 9, 0, 'final', 0)
31+
__version_info__ = (3, 10, 0, 'final', 0)
3232

3333

3434
def _get_version(version_info):

0 commit comments

Comments
 (0)