Skip to content

Commit b34e1d0

Browse files
committed
Bump version to 3.8
1 parent e6b7163 commit b34e1d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010
See the [Contributing Guide](contributing.md) for details.
1111

12-
## [Unreleased]
12+
## [3.8.0] - 2025-04-09
1313

1414
### Changed
1515

markdown/__meta__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from __future__ import annotations
2929

3030

31-
__version_info__ = (3, 7, 0, 'final', 0)
31+
__version_info__ = (3, 8, 0, 'final', 0)
3232

3333

3434
def _get_version(version_info):

0 commit comments

Comments
 (0)