Skip to content

Commit 2ec7b82

Browse files
committed
Release v4.1.1
1 parent 0aaff2a commit 2ec7b82

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
@@ -4,6 +4,13 @@
44
55
## Unreleased
66

7+
## [v4.1.1](https://github.com/springload/draftjs_exporter/releases/tag/v4.1.1)
8+
9+
### Changed
10+
11+
- Add support for Python 3.9 ([#134](https://github.com/springload/draftjs_exporter/pull/134)).
12+
- Update html5lib upper bound, now defined as `html5lib>=0.999,<2`, to ensure compatibility with Python 3.10 ([#134](https://github.com/springload/draftjs_exporter/pull/134)).
13+
714
## [v4.1.0](https://github.com/springload/draftjs_exporter/releases/tag/v4.1.0)
815

916
### 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__ = "4.1.0"
2+
__version__ = "4.1.1"
33
__author__ = "Springload"
44
__license__ = "MIT"
55
__copyright__ = "Copyright 2016-present Springload"

0 commit comments

Comments
 (0)