🔖 Release version 0.4.1

This commit is contained in:
Sebastián Ramírez 2022-03-30 14:15:11 -05:00
parent 3b390ea538
commit d5bc56177e
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
## Latest Changes
## 0.4.1
### Fixes
* 🐛 Fix import of `get_terminal_size` for Click 8.1.0 support and upgrade Black to fix CI. PR [#380](https://github.com/tiangolo/typer/pull/380) by [@tiangolo](https://github.com/tiangolo) based on original PR [#375](https://github.com/tiangolo/typer/pull/375) by [@madkinsz](https://github.com/madkinsz).

View file

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