Skip to content

Commit e7a0efb

Browse files
authored
Bump version to 3.10.2
1 parent 6301833 commit e7a0efb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +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.2] - 2026-02-09
1414

1515
### Fixed
1616

1717
* Fix a regression related to comment handling (#1590).
18-
* More reliable fix for `</`.
18+
* More reliable fix for `</` (#1593).
1919

2020
## [3.10.1] - 2026-01-21
2121

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

3333

3434
def _get_version(version_info):

0 commit comments

Comments
 (0)