From 98c8b55e9fab91daa0c055b133183249888b2ebe Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Sat, 17 Apr 2021 00:24:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Dump=20version=20to=200.2.?= =?UTF-8?q?7=20(#119)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 4 ++++ flake8_nb/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5904289..ccfe5ef 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.2.7 (2020-04-16) + +- Set max supported version of `flake8` to be `<3.9.2` + ## 0.2.6 (2020-03-21) - Set max supported version of `flake8` to be `<3.9.1` diff --git a/flake8_nb/__init__.py b/flake8_nb/__init__.py index 80e2317..ef8630b 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.2.6" +__version__ = "0.2.7" import flake8