Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews committed May 31, 2022
1 parent f2e1927 commit 8f48434
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Version 0.8.1:

- Fixup of auto release in Github Actions

## Version 0.8.0:

- Expose `DocoptExit` in `__all__`, let users to raise DocoptExit from their code
Expand Down
2 changes: 1 addition & 1 deletion docopt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from typing import Any, Callable, cast, Type, Tuple, Union

__all__ = ["docopt", "magic_docopt", "magic", "DocoptExit"]
__version__ = "0.8.0"
__version__ = "0.8.1"


def levenshtein_norm(source: str, target: str) -> float:
Expand Down

0 comments on commit 8f48434

Please sign in to comment.