File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Latest Changes
2
2
3
+
4
+ ## 0.6.1
5
+
6
+ ### Fixes
7
+
3
8
* 🐛 Fix setting ` FORCE_TERMINAL ` with colors 2. PR [ #424 ] ( https://github.com/tiangolo/typer/pull/424 ) by [ @tiangolo ] ( https://github.com/tiangolo ) .
4
9
* 🐛 Fix setting ` FORCE_TERMINAL ` with colors. PR [ #423 ] ( https://github.com/tiangolo/typer/pull/423 ) by [ @tiangolo ] ( https://github.com/tiangolo ) .
10
+
5
11
## 0.6.0
6
12
7
13
This release adds deep integrations with [ Rich] ( https://rich.readthedocs.io/en/stable/ ) . ✨
Original file line number Diff line number Diff line change 1
1
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
2
2
3
- __version__ = "0.6.0 "
3
+ __version__ = "0.6.1 "
4
4
5
5
from shutil import get_terminal_size as get_terminal_size
6
6
You can’t perform that action at this time.
0 commit comments