Skip to content

Commit cdd75f1

Browse files
committed
Update CHANGES + move to version 25.10.21 to release
1 parent 4601fe6 commit cdd75f1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,13 +479,15 @@ MIT
479479
Change Log
480480
----------
481481

482-
UNRELEASED
482+
25.10.21
483483
~~~~~~~~~~
484484

485485
* B042: New check for reminding to call super().__init__ in custom exceptions
486-
* flake8-bugbear now requires at least Python 3.9, like flake8>=7.2.0
487486
* B028: Skip if skip_file_prefixes is used (#503)
488-
* Add B912: `map()` without an explicit `strict=` parameter. (#516)
487+
* B912: New check for `map()` without an explicit `strict=` parameter. (#516)
488+
* Add python3.14 Support / CI
489+
* Remove python3.9 support / CI
490+
* flake8-bugbear now requires at least Python 3.10, like the next release of flake8
489491

490492
24.12.12
491493
~~~~~~~~

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import attr
1818
import pycodestyle # type: ignore[import-untyped]
1919

20-
__version__ = "24.12.12"
20+
__version__ = "25.10.21"
2121

2222
LOG = logging.getLogger("flake8.bugbear")
2323
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)