* New dependency versions, all with new features
  - pep8==1.5.6
  - pyflakes==0.8.1
  - flake8==2.1.0
* More rules support noqa
  - added to: H701, H702, H232, H234, H235, H237
* python3 compatibility
* Dropped H901,H902 as those are now in pep8 and enforced by E713 and E714
* Support for separate localization catalogs
* Rule numbers added to http://docs.openstack.org/developer/hacking/
* Improved performance
* New Rules:
  - H104  File contains nothing but comments
  - H305  imports not grouped correctly
  - H307  like imports should be grouped together