Skip to content

Commit

Permalink
🔖 Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Dec 31, 2019
1 parent 0c7510e commit 19a4f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion typer/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 19a4f6e

Please sign in to comment.