Skip to content

Commit

Permalink
Merge pull request #30 from jazzband/auto-release
Browse files Browse the repository at this point in the history
Release 0.8.1
  • Loading branch information
NickCrews authored May 31, 2022
2 parents f2e1927 + 8f48434 commit 4eca85f
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 4eca85f

Please sign in to comment.