We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c9e37 commit 51e272aCopy full SHA for 51e272a
docs/release-notes.md
@@ -1,5 +1,7 @@
1
## Latest changes
2
3
+## 0.0.10
4
+
5
* Add support for Click version 7.1.1. PR [#60](https://github.com/tiangolo/typer/pull/60).
6
7
## 0.0.9
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 (
0 commit comments