Skip to content

Commit 4bc29af

Browse files
authored
πŸš€ Bump version to 0.5.1 (#253)
* πŸš€ Bump version to 0.5.1 * πŸš§πŸ“š Added changes to changelog
1 parent 8bddb13 commit 4bc29af

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

β€Žchangelog.mdβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## 0.5.1 (2022-08-16)
4+
5+
- 🩹 Fix config discovery with flake8>=5.0.0 [#251](https://github.com/s-weigand/flake8-nb/pull/251)
6+
37
## 0.5.0 (2022-08-15)
48

5-
- Drop support for `flake8` to be `<3.8.0` [#240](https://github.com/s-weigand/flake8-nb/pull/240)
9+
- Drop support for `flake8<3.8.0` [#240](https://github.com/s-weigand/flake8-nb/pull/240)
610
- Set max supported version of `flake8` to be `<5.0.5` [#240](https://github.com/s-weigand/flake8-nb/pull/240)
711
- Enable calling `flake8_nb` as python module [#240](https://github.com/s-weigand/flake8-nb/pull/240)
812

β€Ž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.5.0"
5+
__version__ = "0.5.1"
66

77
import flake8
88

0 commit comments

Comments
Β (0)