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 d182589 commit fac64caCopy full SHA for fac64ca
docs/release-notes.md
@@ -1,7 +1,13 @@
1
## Latest Changes
2
3
+
4
+## 0.6.1
5
6
+### Fixes
7
8
* 🐛 Fix setting `FORCE_TERMINAL` with colors 2. PR [#424](https://github.com/tiangolo/typer/pull/424) by [@tiangolo](https://github.com/tiangolo).
9
* 🐛 Fix setting `FORCE_TERMINAL` with colors. PR [#423](https://github.com/tiangolo/typer/pull/423) by [@tiangolo](https://github.com/tiangolo).
10
11
## 0.6.0
12
13
This release adds deep integrations with [Rich](https://rich.readthedocs.io/en/stable/). ✨
typer/__init__.py
@@ -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
0 commit comments