Skip to content

Bump version to 3.8 #1524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
See the [Contributing Guide](contributing.md) for details.

## [Unreleased]
## [3.8.0] - 2025-04-09

### Changed

2 changes: 1 addition & 1 deletion markdown/__meta__.py
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
from __future__ import annotations


__version_info__ = (3, 7, 0, 'final', 0)
__version_info__ = (3, 8, 0, 'final', 0)


def _get_version(version_info):