Skip to content

Commit

Permalink
prepare v1.3.1 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar authored Sep 4, 2024
1 parent 46870c9 commit 54e3ec2
Show file tree
Hide file tree
Showing 3 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.1

- `UrlStore` compression: make bz2 and zlib optional, update pickle protocol (#113)
- `extract_links()`: review and document, add deprecation warning for `base_url` argument (#115)
- maintenance: add `__all__` to `init.py` and lint code (#116)


### 1.3.0

- parsing: validate netloc with port number by @naz-theori in #104
Expand Down
2 changes: 1 addition & 1 deletion courlan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = "Adrien Barbaresi"
__license__ = "Apache-2.0"
__copyright__ = "Copyright 2020-2024, Adrien Barbaresi"
__version__ = "1.3.0"
__version__ = "1.3.1"


# imports
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"babel >= 2.15.0",
"babel >= 2.16.0",
"tld >= 0.13",
"urllib3 >= 1.26, < 3",
]
Expand Down

0 comments on commit 54e3ec2

Please sign in to comment.