Release v2.0.11
This commit is contained in:
parent
5074585b9e
commit
a9887c123b
|
@ -1,5 +1,9 @@
|
|||
## Changelog
|
||||
|
||||
### [2.0.11] - 2022-04-23
|
||||
#### Changed
|
||||
- relax version requirements of dependencies to simplify packaging
|
||||
|
||||
### [2.0.10] - 2022-04-17
|
||||
#### Fixed
|
||||
- Do not include installations of jaro_winkler in wheels (regression from 2.0.7)
|
||||
|
|
|
@ -22,7 +22,7 @@ copyright = '2021, Max Bachmann'
|
|||
author = 'Max Bachmann'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '2.0.10'
|
||||
release = '2.0.11'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -3,7 +3,7 @@ rapid string matching library
|
|||
"""
|
||||
__author__ = "Max Bachmann"
|
||||
__license__ = "MIT"
|
||||
__version__ = "2.0.10"
|
||||
__version__ = "2.0.11"
|
||||
|
||||
from rapidfuzz import (
|
||||
process,
|
||||
|
|
Loading…
Reference in New Issue