Skip to content

Commit 08dacae

Browse files
committedJan 10, 2024
Bump version to 3.5.2
1 parent e466f38 commit 08dacae

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
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
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). See the [Contributing Guide](contributing.md) for details.
1010

11-
## [unreleased]
11+
## [3.5.2] -- 2024-01-10
1212

1313
### Fixed
1414

‎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, 5, 1, 'final', 0)
31+
__version_info__ = (3, 5, 2, 'final', 0)
3232

3333

3434
def _get_version(version_info):

0 commit comments

Comments
 (0)
Failed to load comments.