- Fix flake8 errors on this package and enforce them on CI. [alexmuller]
1.2.2.dev0
-----------------------
- Use the ast module to parse the code and ensure no false positives are found. [alexmuller]
1.2.1
------------------ - Fix UnicodeDecodeError if system locale is not UTF-8. [sshishov]
1.2
---------------- - added support for sublimetext (stdin/filename handling). [iham]
- Release as universal wheels. [gforcada]
- Only test against Python 2.7, 3.5 and 3.6. It most probably works on earlier versions of 2.x and 3.x but it's pointless to test on them as well. [gforcada]
1.1
---------------- - Fix compatibility with flake8 3. [gforcada]
- Require flake8 > 3.0. [gforcada]
1.0
---------------- - Warn if using xmlconfig.file, self.loadZCML is the preferred option. [gforcada]
- Avoid false reports by suffixing an opening parenthesis on all methods. [gforcada]
- Add decorators from zope.interface and zope.component. [gforcada]