Skip to content

Commit

Permalink
Release v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jan 23, 2022
1 parent beefd7d commit 259a84e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### v0.16.1
* Add support for RapidFuzz v1.9.*

### v0.16.0
* Add support for Python 3.10

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Max Bachmann'

# The full version, including alpha/beta/rc tags
release = '0.16.0'
release = '0.16.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Levenshtein
version = 0.16.0
version = 0.16.1
url = https://github.com/maxbachmann/Levenshtein
author = Max Bachmann
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/Levenshtein/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__author__ = "Max Bachmann"
__license__ = "GPL"
__version__ = "0.16.0"
__version__ = "0.16.1"

from rapidfuzz import string_metric as _string_metric

Expand Down

0 comments on commit 259a84e

Please sign in to comment.