release v2.0.14
This commit is contained in:
parent
de0f6d8af3
commit
ca104c444b
|
@ -1,6 +1,6 @@
|
|||
## Changelog
|
||||
|
||||
### [2.0.14] - 2022-06-
|
||||
### [2.0.14] - 2022-06-23
|
||||
#### Fixed
|
||||
- fix unlimited recursion in LCSseq when used in combination with the process module
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ copyright = '2021, Max Bachmann'
|
|||
author = 'Max Bachmann'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '2.0.13'
|
||||
release = '2.0.14'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -3,7 +3,7 @@ rapid string matching library
|
|||
"""
|
||||
__author__ = "Max Bachmann"
|
||||
__license__ = "MIT"
|
||||
__version__ = "2.0.13"
|
||||
__version__ = "2.0.14"
|
||||
|
||||
from rapidfuzz import (
|
||||
process,
|
||||
|
|
Loading…
Reference in New Issue