diff --git a/CHANGES.rst b/CHANGES.rst index a7c8bfb7..978b4dc6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ CHANGES ^^^^^^^ +0.9.1 (2018-03-22) +------------------ + +Remove unicode_literals future as it does not exists in Python 2 + + 0.9.0 (2018-03-07) ------------------ diff --git a/setup.py b/setup.py index 65d05a9c..068d57a3 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '0.9.0' +version = '0.9.1' setup(