🔖 Release version 0.6.1
This commit is contained in:
parent
d18258981c
commit
fac64ca03e
2 changed files with 7 additions and 1 deletions
|
@ -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/). ✨
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue