fix compatibility with 2.x/3.x
authorSteven Tobin <steventtobin (at) gmail.com>
Thu, 17 Jan 2019 22:40:07 +0000 (22:40 +0000)
committerSteven Tobin <steventtobin (at) gmail.com>
Thu, 17 Jan 2019 22:40:07 +0000 (22:40 +0000)
README.rst
setup.py

index b14d5c44cf3bca3fd131ce324c96f21a4e9786dc..70059ba864a98715deb4b31f15aead3a5f9bd928 100644 (file)
@@ -187,6 +187,7 @@ or setting the appropriate environment variable::
 
 Changelog
 =========
+- **1.17.2** Compatibility fix for 2.x/3.x 
 - **1.17.1** Fix issue with README and unicode encoding
 - **1.17.0** Add French, Norwegian, and Portuguese dictionaries. Bugfixes and improvements to tests (WIP).
 - **1.16.5** Adds title case option for `--case`
index 2c752a0cdf93801ff61df5ec4bbad470b9be0099..40fc4a285c98cd77863161ca0443d9840dac8d9f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,10 @@
 from setuptools import setup
+from io import open
 import sys
 
 setup(
     name='xkcdpass',
-    version='1.17.1',
+    version='1.17.2',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT