Skip to content

Commit 83b0a4d

Browse files
committed
Release v4.1.2
1 parent ac454e5 commit 83b0a4d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
55
## Unreleased
66

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+
714
## [v4.1.1](https://github.com/springload/draftjs_exporter/releases/tag/v4.1.1)
815

916
### Changed

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

0 commit comments

Comments
 (0)