diff --git a/HISTORY.md b/HISTORY.md index c2a6114..d0f9a26 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ ## History / Changelog +### 0.8.3 + +- fixed bug in domain name extraction +- uniform logging parameters + + ### 0.8.2 - full type hinting diff --git a/courlan/__init__.py b/courlan/__init__.py index 7b92123..ef6c125 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.2" +__version__ = "0.8.3" # imports