From 0d8537104efc6a55e1b9d05d15b8b8a5fc472587 Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Tue, 29 Oct 2024 17:38:29 +0100 Subject: [PATCH] prepare version 1.3.2 (#122) --- HISTORY.md | 7 +++++++ courlan/__init__.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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