Skip to content

Commit 98c8b55

Browse files
authored
⬆️ Dump version to 0.2.7 (#119)
1 parent 1aeb3cc commit 98c8b55

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## 0.2.7 (2020-04-16)
4+
5+
- Set max supported version of `flake8` to be `<3.9.2`
6+
37
## 0.2.6 (2020-03-21)
48

59
- Set max supported version of `flake8` to be `<3.9.1`

flake8_nb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Sebastian Weigand"""
44
__email__ = "s.weigand.phy@gmail.com"
5-
__version__ = "0.2.6"
5+
__version__ = "0.2.7"
66

77
import flake8
88

0 commit comments

Comments
 (0)