Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Jun 28, 2016
1 parent 70ba7ae commit 8b45037
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
=========

1.2.2 (2016-06-28)
------------------
* Fix a bug

- Could not work under flake8 >= 3.0

1.2.1 (2016-05-20)
------------------
* Add option `no-accept-encodings`. If set, will warn for files containing a `coding:` magic comment.
Expand Down
2 changes: 1 addition & 1 deletion flake8_coding.py
Expand Up @@ -2,7 +2,7 @@

import re

__version__ = '1.2.1'
__version__ = '1.2.2'


class CodingChecker(object):
Expand Down

0 comments on commit 8b45037

Please sign in to comment.