We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aeb3cc commit 98c8b55Copy full SHA for 98c8b55
2 files changed
HISTORY.md
@@ -1,5 +1,9 @@
1
# History
2
3
+## 0.2.7 (2020-04-16)
4
+
5
+- Set max supported version of `flake8` to be `<3.9.2`
6
7
## 0.2.6 (2020-03-21)
8
9
- Set max supported version of `flake8` to be `<3.9.1`
flake8_nb/__init__.py
@@ -2,7 +2,7 @@
__author__ = """Sebastian Weigand"""
__email__ = "s.weigand.phy@gmail.com"
-__version__ = "0.2.6"
+__version__ = "0.2.7"
import flake8
0 commit comments