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 708b5fc commit cc53e94Copy full SHA for cc53e94
docs/release-notes.md
@@ -1,5 +1,7 @@
1
## Latest changes
2
3
+## 0.1.1
4
+
5
* Fix completion evaluation for Bash and Zsh when the program is not installed/found. PR [#83](https://github.com/tiangolo/typer/pull/83).
6
* Fix completion script for Fish. PR [#82](https://github.com/tiangolo/typer/pull/82).
7
* Fix shell installation for Bash to `~/.bashrc` and update Windows development docs. PR [#81](https://github.com/tiangolo/typer/pull/81).
typer/__init__.py
@@ -1,6 +1,6 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
-__version__ = "0.1.0"
+__version__ = "0.1.1"
from click.exceptions import Abort, BadParameter, Exit
from click.termui import (
0 commit comments