diff --git a/docs/release-notes.md b/docs/release-notes.md index e701c53..8ff6982 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +## 0.0.10 + * Add support for Click version 7.1.1. PR [#60](https://github.com/tiangolo/typer/pull/60). ## 0.0.9 diff --git a/typer/__init__.py b/typer/__init__.py index 2d930b5..d92e632 100644 --- a/typer/__init__.py +++ b/typer/__init__.py @@ -1,6 +1,6 @@ """Typer, build great CLIs. Easy to code. Based on Python type hints.""" -__version__ = "0.0.9" +__version__ = "0.0.10" from click.exceptions import Abort, Exit from click.termui import (