Skip to content

Commit

Permalink
prepare version 1.3.0 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Jul 25, 2024
1 parent d6e2bb6 commit a48713a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.0

- parsing: validate netloc with port number by @naz-theori in #104
- cleaning: fix handling of apostrophes (#107)
- maintenance: deprecate Python 3.6 & 3.7, add `pyproject.toml` setup file (#59, #105)


### 1.2.0

- more compact UrlStore: use bytes instead of str for URL paths (#88)
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.2.0"
__version__ = "1.3.0"


# imports
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ keywords=[
classifiers = [
# As from http://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 5 - Production/Stable',
#'Development Status :: 6 - Mature',
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Education",
Expand All @@ -52,7 +51,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"babel >= 2.11.0",
"babel >= 2.15.0",
"tld >= 0.13",
"urllib3 >= 1.26, < 3",
]
Expand Down

0 comments on commit a48713a

Please sign in to comment.