Skip to content

Commit 2932f18

Browse files
committed
Bump version to 3.5.1
1 parent 76af499 commit 2932f18

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/changelog.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ 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.1] -- 2023-10-31
1212

1313
### Fixed
1414

15-
* Fix a performance problem with HTML extraction where large HTML input could trigger quadratic line counting behavior (PR#1392).
16-
* Improve and expand type annotations in the code base (#1394)
15+
* Fix a performance problem with HTML extraction where large HTML input could
16+
trigger quadratic line counting behavior (#1392).
17+
* Improve and expand type annotations in the code base (#1394).
1718

1819
## [3.5] -- 2023-10-06
1920

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

3333

3434
def _get_version(version_info):

0 commit comments

Comments
 (0)