Skip to content

Commit fac64ca

Browse files
committed
🔖 Release version 0.6.1
1 parent d182589 commit fac64ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
## Latest Changes
22

3+
4+
## 0.6.1
5+
6+
### Fixes
7+
38
* 🐛 Fix setting `FORCE_TERMINAL` with colors 2. PR [#424](https://github.com/tiangolo/typer/pull/424) by [@tiangolo](https://github.com/tiangolo).
49
* 🐛 Fix setting `FORCE_TERMINAL` with colors. PR [#423](https://github.com/tiangolo/typer/pull/423) by [@tiangolo](https://github.com/tiangolo).
10+
511
## 0.6.0
612

713
This release adds deep integrations with [Rich](https://rich.readthedocs.io/en/stable/). ✨

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.6.0"
3+
__version__ = "0.6.1"
44

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)