Skip to content

Commit

Permalink
Update version + Change Log for 22.1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jan 12, 2022
1 parent b29f204 commit 1c47a16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Expand Up @@ -245,9 +245,11 @@ MIT
Change Log
----------

22.1.2
22.1.11
~~~~~~~~~~

* B018: Ignore JoinedStr (#216)
* Build universal Python 3 wheels (#214)
* B950: Add same special cases as E501 (#213)

21.11.29
Expand Down
2 changes: 1 addition & 1 deletion bugbear.py
Expand Up @@ -12,7 +12,7 @@
import attr
import pycodestyle

__version__ = "22.1.2"
__version__ = "22.1.11"

LOG = logging.getLogger("flake8.bugbear")
CONTEXTFUL_NODES = (
Expand Down

0 comments on commit 1c47a16

Please sign in to comment.