From 3f74f3f4f5b63675dbcaef256f1d621e5000c1f3 Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Thu, 18 Aug 2022 17:04:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Prepare=200.5.2=20release=20(#25?= =?UTF-8?q?6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🚀 Bump version to 0.5.2 * 🚧📚 Updated changelog --- changelog.md | 4 ++++ flake8_nb/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 426e831..6cf6d27 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.5.2 (2022-08-17) + +- 🩹 Fix config file discovery with flake8>=5.0.0 [#255](https://github.com/s-weigand/flake8-nb/pull/255) + ## 0.5.1 (2022-08-16) - 🩹 Fix config discovery with flake8>=5.0.0 [#251](https://github.com/s-weigand/flake8-nb/pull/251) diff --git a/flake8_nb/__init__.py b/flake8_nb/__init__.py index 95b4246..87b9a47 100644 --- a/flake8_nb/__init__.py +++ b/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