Skip to content

Commit 85996d1

Browse files
authored
fix function signature of get_requires_for_build_wheel
1 parent 25b78a9 commit 85996d1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v0.20.9
4+
#### Fixed
5+
- fix function signature of `get_requires_for_build_wheel`
6+
37
### v0.20.8
48
#### Fixed
59
- type hints for `editops`/`opcoded`/`matching_blocks` did not allow any

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-Levenshtein
3-
version = 0.20.8
3+
version = 0.20.9
44
description = Python extension for computing string edit distances and similarities.
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -22,4 +22,4 @@ keywords = string, Levenshtein, comparison, edit-distance
2222
[options]
2323
python_requires = >=3.6
2424
install_requires =
25-
Levenshtein==0.20.8
25+
Levenshtein==0.20.9

0 commit comments

Comments
 (0)