Skip to content

Commit d9c8431

Browse files
committed
Bump version to 3.8.2
1 parent 9980cb5 commit d9c8431

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.8.2] - 2025-06-19
1414

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

3333

3434
def _get_version(version_info):

0 commit comments

Comments
 (0)