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`
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',