Skip to content

Commit 92a8f56

Browse files
committed
Update version number to v0.9.0
1 parent 914981a commit 92a8f56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
> All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## Unreleased
7+
68
## [v0.9.0](https://github.com/springload/draftjs_exporter/releases/tag/v0.9.0)
79

810
### Added

draftjs_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
__title__ = 'draftjs_exporter'
3-
__version__ = '0.8.1'
3+
__version__ = '0.9.0'
44
__author__ = 'Springload'
55
__license__ = 'MIT'
66
__copyright__ = 'Copyright 2017 Springload'

0 commit comments

Comments
 (0)