Skip to content

Commit c2c4516

Browse files
committed
Release v1.8.2
1 parent 9b4c6d2 commit c2c4516

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.8.1
1+
1.8.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.8.1'
25+
release = '1.8.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.8.1"
6+
__version__ = "1.8.2"
77

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

0 commit comments

Comments
 (0)