🔖 Release 0.0.7
This commit is contained in:
parent
0c7510e56d
commit
19a4f6e217
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
## Latest changes
|
||||
|
||||
## 0.0.7
|
||||
|
||||
* Add docs for [*CLI parameter* types](https://typer.tiangolo.com/tutorial/parameter-types/). Includes tests and file classes refactor. PR [#17](https://github.com/tiangolo/typer/pull/17).
|
||||
* Add tests for completion. PR [#15](https://github.com/tiangolo/typer/pull/15) and [#16](https://github.com/tiangolo/typer/pull/16).
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
|
||||
|
||||
__version__ = "0.0.6"
|
||||
__version__ = "0.0.7"
|
||||
|
||||
from click.exceptions import Abort, Exit # noqa
|
||||
from click.termui import ( # noqa
|
||||
|
|
Loading…
Reference in a new issue