From 08dacae618775831243f6bbab47d9be590d511f2 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 10 Jan 2024 10:03:50 -0500 Subject: [PATCH] Bump version to 3.5.2 --- 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 53104f60..fcddb4d3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. 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.5.2] -- 2024-01-10 ### Fixed diff --git a/markdown/__meta__.py b/markdown/__meta__.py index 21fceace..a35a2de8 100644 --- a/markdown/__meta__.py +++ b/markdown/__meta__.py @@ -28,7 +28,7 @@ from __future__ import annotations -__version_info__ = (3, 5, 1, 'final', 0) +__version_info__ = (3, 5, 2, 'final', 0) def _get_version(version_info):