We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac454e5 commit 83b0a4dCopy full SHA for 83b0a4d
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
## Unreleased
6
7
+## [v4.1.2](https://github.com/springload/draftjs_exporter/releases/tag/v4.1.2)
8
+
9
+### Changed
10
11
+- Add tentative support for Python 3.10.
12
+- Stop using `extras_require` for development-only dependencies.
13
14
## [v4.1.1](https://github.com/springload/draftjs_exporter/releases/tag/v4.1.1)
15
16
### Changed
draftjs_exporter/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = "draftjs_exporter"
2
-__version__ = "4.1.1"
+__version__ = "4.1.2"
3
__author__ = "Springload"
__license__ = "MIT"
__copyright__ = "Copyright 2016-present Springload"
0 commit comments