🔖 Release 0.0.7

This commit is contained in:
Sebastián Ramírez 2019-12-31 22:30:45 +01:00
parent 0c7510e56d
commit 19a4f6e217
2 changed files with 3 additions and 1 deletions

View file

@ -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).

View file

@ -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