We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26b9a4 commit 3f74f3fCopy full SHA for 3f74f3f
βchangelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.5.2 (2022-08-17)
4
+
5
+- π©Ή Fix config file discovery with flake8>=5.0.0 [#255](https://github.com/s-weigand/flake8-nb/pull/255)
6
7
## 0.5.1 (2022-08-16)
8
9
- π©Ή Fix config discovery with flake8>=5.0.0 [#251](https://github.com/s-weigand/flake8-nb/pull/251)
βflake8_nb/__init__.py
@@ -2,7 +2,7 @@
__author__ = """Sebastian Weigand"""
__email__ = "s.weigand.phy@gmail.com"
-__version__ = "0.5.1"
+__version__ = "0.5.2"
import flake8
0 commit comments