Skip to content

Commit 3f74f3f

Browse files
authored
πŸš€ Prepare 0.5.2 release (#256)
* πŸš€ Bump version to 0.5.2 * πŸš§πŸ“š Updated changelog
1 parent e26b9a4 commit 3f74f3f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

β€Žchangelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 0.5.1 (2022-08-16)
48

59
- 🩹 Fix config discovery with flake8>=5.0.0 [#251](https://github.com/s-weigand/flake8-nb/pull/251)

β€Žflake8_nb/__init__.py

+1-1
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.1"
5+
__version__ = "0.5.2"
66

77
import flake8
88

0 commit comments

Comments
Β (0)