Skip to content

Commit e233647

Browse files
committed
Move to Version 20.1.3 + Update CHANGES in README.rst
1 parent 7a07a5b commit e233647

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ MIT
238238
Change Log
239239
----------
240240

241+
20.1.3
242+
~~~~~~
243+
244+
* Silence B009/B010 for non-identifiers
245+
* State an ignore might be needed for optional B9x checks
246+
241247
20.1.2
242248
~~~~~~
243249

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import pycodestyle
1212

1313

14-
__version__ = "20.1.2"
14+
__version__ = "20.1.3"
1515

1616
LOG = logging.getLogger("flake8.bugbear")
1717

0 commit comments

Comments
 (0)