Skip to content

Commit 77288b3

Browse files
authored
Move to Version 20.11.1 + Update CHANGES in README.rst (#146)
1 parent 7b73c9d commit 77288b3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,13 @@ MIT
249249
Change Log
250250
----------
251251

252-
Next version
252+
20.11.1
253253
~~~~~~~~~~~~
254254

255+
* Support exception aliases properly in B014 (#129)
256+
* Add B015: Pointless comparison (#130)
257+
* Remove check for # noqa comments (#134)
258+
* Ignore exception classes which are not types (#135)
255259
* Introduce B016 to check for raising a literal. (#141)
256260
* Exclude types.MappingProxyType() from B008. (#144)
257261

bugbear.py

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

14-
__version__ = "20.1.4"
14+
__version__ = "20.11.1"
1515

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

0 commit comments

Comments
 (0)