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 bd8a547 commit 1a7ae02Copy full SHA for 1a7ae02
CHANGES.rst
@@ -1,6 +1,12 @@
1
CHANGES
2
^^^^^^^
3
4
+0.9.1 (2018-03-22)
5
+------------------
6
+
7
+Remove unicode_literals future as it does not exists in Python 2
8
9
10
0.9.0 (2018-03-07)
11
------------------
12
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = '0.9.0'
+version = '0.9.1'
setup(
0 commit comments