Skip to content

Commit

Permalink
release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Jul 11, 2022
1 parent 8262db5 commit 3e4982c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### [1.1.2] - 2022-07-11
#### Fixed
- remove incorrect module import

### [1.1.1] - 2022-07-09
#### Fixed
- fix missing type stubs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def show_message(*lines):

setup_args = {
"name": "jarowinkler",
"version": "1.1.1",
"version": "1.1.2",
"url": "https://github.com/maxbachmann/JaroWinkler",
"author": "Max Bachmann",
"author_email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/jarowinkler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__: str = "Max Bachmann"
__license__: str = "MIT"
__version__: str = "1.1.1"
__version__: str = "1.1.2"

def _fallback_import(module: str, name: str):
import importlib
Expand Down

0 comments on commit 3e4982c

Please sign in to comment.