diff --git a/HISTORY.md b/HISTORY.md index 5bf57e1..3ada96e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ ## History / Changelog +### 0.9.2 + +- add blogspot archives to type filter +- maintenance: upgrade ``urllib3`` and review code + + ### 0.9.1 - network tests: larger throughput diff --git a/courlan/__init__.py b/courlan/__init__.py index 3199f47..6140733 100644 --- a/courlan/__init__.py +++ b/courlan/__init__.py @@ -8,7 +8,7 @@ __author__ = "Adrien Barbaresi" __license__ = "GNU GPL v3+" __copyright__ = "Copyright 2020-2023, Adrien Barbaresi" -__version__ = "0.9.1" +__version__ = "0.9.2" # imports