Skip to content

Commit

Permalink
prepare version 1.1.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar authored Apr 30, 2024
1 parent 59d3b01 commit 2b11567
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## History / Changelog


### 1.1.0

- replace `langcodes` by `babel` and use its information on locales (#89, #92)
- simplified and faster code: domain extraction, cleaning, filters and UrlStore (#90, #93, #94, #95)
- UrlStore: better url batches, replace `timelimit` parameter by `time_limit` (#91)
- maintenance: update readme and convert it to markdown (#97)


### 1.0.0

- license change from GPLv3+ to Apache 2.0 (#81)
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.0.0"
__version__ = "1.1.0"


# imports
Expand Down

0 comments on commit 2b11567

Please sign in to comment.