🔖 Release version 0.2.0
This commit is contained in:
parent
0c473b0182
commit
deda63ab16
2 changed files with 3 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue