Skip to content

Commit

Permalink
Bump version to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atomflunder committed Jun 6, 2023
1 parent 215dda9 commit 9fe4470
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is a broad overview of the changes that have been made over the lifespan of this library.

## v0.14.2 - 2023-06-06

- Upgrade to rapidfuzz Version 3.x

## v0.14.1 - 2022-10-12

- Add Python 3.11 support
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ pip install -U git+https://github.com/atomflunder/stringmatch
To install a specific Version:

```
pip install -U stringmatch==0.14.1
pip install -U stringmatch==0.14.2
```

Or:

```
pip install -U git+https://github.com/atomflunder/stringmatch.git@v0.14.1
pip install -U git+https://github.com/atomflunder/stringmatch.git@v0.14.2
```

After you installed stringmatch, head on over to the Basic Usage tab to get familiar with its functions.
2 changes: 1 addition & 1 deletion stringmatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from stringmatch.strings import Strings

__title__ = "stringmatch"
__version__ = "0.14.1"
__version__ = "0.14.2"
__all__ = (
"Distance",
"Match",
Expand Down

0 comments on commit 9fe4470

Please sign in to comment.