Skip to content

Commit

Permalink
release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Apr 19, 2023
1 parent 85996d1 commit b93c40d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### v0.21.0
#### Changed
- relax dependency requirement on ``rapidfuzz``

### v0.20.9
#### Fixed
- fix function signature of `get_requires_for_build_wheel`
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = python-Levenshtein
version = 0.20.9
version = 0.21.0
description = Python extension for computing string edit distances and similarities.
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -22,4 +22,4 @@ keywords = string, Levenshtein, comparison, edit-distance
[options]
python_requires = >=3.6
install_requires =
Levenshtein==0.20.9
Levenshtein==0.21.0

0 comments on commit b93c40d

Please sign in to comment.