Skip to content

Commit

Permalink
prepare version 1.3.2 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar authored Oct 29, 2024
1 parent 19c580e commit 0d85371
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions courlan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d85371

Please sign in to comment.