🔖 Release version 0.2.0

This commit is contained in:
Sebastián Ramírez 2020-04-26 12:50:20 +02:00
parent 0c473b0182
commit deda63ab16
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
## Latest changes
## 0.2.0
* Add support for completion for commands/programs not available on startup.
* This allows installing a Typer program/script in a virtual environment and still have completion globally installed.
* PR [#92](https://github.com/tiangolo/typer/pull/92).

View file

@ -1,6 +1,6 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
__version__ = "0.1.1"
__version__ = "0.2.0"
from click.exceptions import Abort, BadParameter, Exit
from click.termui import (