Skip to content

Commit abeff27

Browse files
committed
Release v5.2.0
1 parent 623d89e commit abeff27

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
> All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44
5+
## [v5.2.0](https://github.com/springload/draftjs_exporter/releases/tag/v5.2.0)
6+
7+
### Added
8+
9+
- Formalize support for Python 3.14, with tentative support for Python 3.15.
10+
- Add support for lxml v6 with the `draftjs_exporter[lxml]` extra.
11+
512
## [v5.1.0](https://github.com/springload/draftjs_exporter/releases/tag/v5.1.0)
613

714
### Added

draftjs_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "draftjs_exporter"
2-
__version__ = "5.1.0"
2+
__version__ = "5.2.0"
33
__author__ = "Springload"
44
__license__ = "MIT"
55
__copyright__ = "Copyright 2016-present Springload"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "draftjs_exporter"
3-
version = "5.1.0"
3+
version = "5.2.0"
44
description = "Library to convert rich text from Draft.js raw ContentState to HTML"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)