* Summary of tag changes:
+ Added:
- sys.hexversion-comparison
- sys.version-comparison
* Warn against comparisons with sys.version and sys.hexversion.
* Don't warn against redundant re.UNICODE, re.LOCALE or re.ASCII when
re.IGNORECASE is in effect.
* Fix compatibility with Python 3.7.
* Improve the test suite.
-- Jakub Wilk <jwilkjwilk.net> Tue, 16 May 2017 23:36:40 +0200