🔖 Release version 0.0.11
This commit is contained in:
parent
6d2cff810c
commit
eec98bafe6
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
## Latest changes
|
||||
|
||||
## 0.0.11
|
||||
|
||||
* Re-implement completion system:
|
||||
* Remove optional dependency `click-completion` (with its sub-dependencies, like Jinja).
|
||||
* Add optional dependency `shellingham` to auto detect shell to install (it was used by `click-completion`).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
|
||||
|
||||
__version__ = "0.0.10"
|
||||
__version__ = "0.0.11"
|
||||
|
||||
from click.exceptions import Abort, Exit
|
||||
from click.termui import (
|
||||
|
|
Loading…
Reference in a new issue