diff --git a/HISTORY.md b/HISTORY.md index 96a93b8..f194f4d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ ## History / Changelog +### 1.3.2 + +- `UrlStore.get_download_urls()`: `timelimit` removed, fix type hints (#119, 19c580e) +- `extract_links()`: deprecate `base_url` parameter (#121) +- setup: simplify workflow (#118) + + ### 1.3.1 - `UrlStore` compression: make bz2 and zlib optional, update pickle protocol (#113) diff --git a/courlan/__init__.py b/courlan/__init__.py index 32b0656..1f5e972 100644 --- a/courlan/__init__.py +++ b/courlan/__init__.py @@ -6,8 +6,8 @@ __title__ = "courlan" __author__ = "Adrien Barbaresi" __license__ = "Apache-2.0" -__copyright__ = "Copyright 2020-2024, Adrien Barbaresi" -__version__ = "1.3.1" +__copyright__ = "Copyright 2020-present, Adrien Barbaresi" +__version__ = "1.3.2" # imports