Skip to content

Commit e40580d

Browse files
committed
Release v1.6.2
1 parent 4f7092a commit e40580d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.6.2

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Max Bachmann'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.6.1'
25+
release = '1.6.2'
2626

2727

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

src/rapidfuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"""
44
__author__ = "Max Bachmann"
55
__license__ = "MIT"
6-
__version__ = "1.6.1"
6+
__version__ = "1.6.2"
77

88
from rapidfuzz import process, fuzz, utils, levenshtein, string_metric

0 commit comments

Comments
 (0)