diff --git a/CHANGELOG.md b/CHANGELOG.md index 01dc3ee..43c8eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ## Unreleased +## [v4.1.1](https://github.com/springload/draftjs_exporter/releases/tag/v4.1.1) + +### Changed + +- Add support for Python 3.9 ([#134](https://github.com/springload/draftjs_exporter/pull/134)). +- 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)). + ## [v4.1.0](https://github.com/springload/draftjs_exporter/releases/tag/v4.1.0) ### Added diff --git a/draftjs_exporter/__init__.py b/draftjs_exporter/__init__.py index 3d8e342..d6f0fd5 100644 --- a/draftjs_exporter/__init__.py +++ b/draftjs_exporter/__init__.py @@ -1,5 +1,5 @@ __title__ = "draftjs_exporter" -__version__ = "4.1.0" +__version__ = "4.1.1" __author__ = "Springload" __license__ = "MIT" __copyright__ = "Copyright 2016-present Springload"