Skip to content

Commit 1a7ae02

Browse files
committed
prepare release
1 parent bd8a547 commit 1a7ae02

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGES
22
^^^^^^^
33

4+
0.9.1 (2018-03-22)
5+
------------------
6+
7+
Remove unicode_literals future as it does not exists in Python 2
8+
9+
410
0.9.0 (2018-03-07)
511
------------------
612

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '0.9.0'
3+
version = '0.9.1'
44

55

66
setup(

0 commit comments

Comments
 (0)