Skip to content

Commit 1f0793e

Browse files
committed
Release v5.1.0
1 parent d2d684f commit 1f0793e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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.1.0](https://github.com/springload/draftjs_exporter/releases/tag/v5.1.0)
6+
7+
### Added
8+
9+
- Formalize support for Python 3.12 and 3.13, with tentative support for Python 3.14.
10+
- Add support for lxml v5 with the `draftjs_exporter[lxml]` extra.
11+
512
## [v5.0.0](https://github.com/springload/draftjs_exporter/releases/tag/v5.0.0)
613

714
### Added

draftjs_exporter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "draftjs_exporter"
2-
__version__ = "5.0.0"
2+
__version__ = "5.1.0"
33
__author__ = "Springload"
44
__license__ = "MIT"
55
__copyright__ = "Copyright 2016-present Springload"

0 commit comments

Comments
 (0)