Skip to content

Commit

Permalink
Bump version to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Oct 31, 2023
1 parent 76af499 commit 2932f18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ 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.1] -- 2023-10-31

### Fixed

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

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

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


__version_info__ = (3, 5, 0, 'final', 0)
__version_info__ = (3, 5, 1, 'final', 0)


def _get_version(version_info):
Expand Down

0 comments on commit 2932f18

Please sign in to comment.