From 263029f5fa278da212857744c2193ba9ca39c8e2 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 9 Apr 2025 13:31:31 -0400 Subject: [PATCH] Bump version to 3.8 --- docs/changelog.md | 2 +- markdown/__meta__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 272ca0f54..930199fe3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/markdown/__meta__.py b/markdown/__meta__.py index 640d23fb5..78b470ea4 100644 --- a/markdown/__meta__.py +++ b/markdown/__meta__.py @@ -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):