🔖 Release version 0.6.1

This commit is contained in:
Sebastián Ramírez 2022-07-12 22:26:29 +02:00
parent d18258981c
commit fac64ca03e
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,13 @@
## Latest Changes
## 0.6.1
### Fixes
* 🐛 Fix setting `FORCE_TERMINAL` with colors 2. PR [#424](https://github.com/tiangolo/typer/pull/424) by [@tiangolo](https://github.com/tiangolo).
* 🐛 Fix setting `FORCE_TERMINAL` with colors. PR [#423](https://github.com/tiangolo/typer/pull/423) by [@tiangolo](https://github.com/tiangolo).
## 0.6.0
This release adds deep integrations with [Rich](https://rich.readthedocs.io/en/stable/). ✨

View file

@ -1,6 +1,6 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
__version__ = "0.6.0"
__version__ = "0.6.1"
from shutil import get_terminal_size as get_terminal_size