Skip to content

Commit cc53e94

Browse files
committed
🔖 Release version 0.1.1
1 parent 708b5fc commit cc53e94

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Latest changes
22

3+
## 0.1.1
4+
35
* Fix completion evaluation for Bash and Zsh when the program is not installed/found. PR [#83](https://github.com/tiangolo/typer/pull/83).
46
* Fix completion script for Fish. PR [#82](https://github.com/tiangolo/typer/pull/82).
57
* Fix shell installation for Bash to `~/.bashrc` and update Windows development docs. PR [#81](https://github.com/tiangolo/typer/pull/81).

typer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"
44

55
from click.exceptions import Abort, BadParameter, Exit
66
from click.termui import (

0 commit comments

Comments
 (0)