From b05498966ced87543c0ab292138cf63ec649f2e6 Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Tue, 26 Jul 2022 18:17:14 +0200 Subject: [PATCH] prepare version 0.8.2 --- HISTORY.md | 6 ++++++ courlan/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d31e448..c2a6114 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ ## History / Changelog +### 0.8.2 + +- full type hinting +- maintenance: code linted + + ### 0.8.1 - add type annotations and check with `mypy` diff --git a/courlan/__init__.py b/courlan/__init__.py index 7097265..7b92123 100644 --- a/courlan/__init__.py +++ b/courlan/__init__.py @@ -8,7 +8,7 @@ __author__ = "Adrien Barbaresi" __license__ = "GNU GPL v3+" __copyright__ = "Copyright 2020-2022, Adrien Barbaresi" -__version__ = "0.8.1" +__version__ = "0.8.2" # imports