Skip to content

Commit 0a39587

Browse files
committed
Release v4.1.0
1 parent 997691c commit 0a39587

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

7+
## [v4.1.0](https://github.com/springload/draftjs_exporter/releases/tag/v4.1.0)
8+
9+
### Added
10+
11+
- Publish the package as a wheel ([#132](https://github.com/springload/draftjs_exporter/issues/132), [#133](https://github.com/springload/draftjs_exporter/pull/133)). Thanks to [Stormheg](https://github.com/Stormheg).
12+
713
## [v4.0.0](https://github.com/springload/draftjs_exporter/releases/tag/v4.0.0)
814

915
This release contains breaking changes. **Be sure to check out the "how to upgrade" section below.**

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

0 commit comments

Comments
 (0)