We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c473b0 commit deda63aCopy full SHA for deda63a
docs/release-notes.md
@@ -1,5 +1,7 @@
1
## Latest changes
2
3
+## 0.2.0
4
+
5
* Add support for completion for commands/programs not available on startup.
6
* This allows installing a Typer program/script in a virtual environment and still have completion globally installed.
7
* PR [#92](https://github.com/tiangolo/typer/pull/92).
typer/__init__.py
@@ -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 (
0 commit comments