🔖 Release version 0.4.2

This commit is contained in:
Sebastián Ramírez 2022-07-02 20:02:12 +02:00
parent aa86bcd63c
commit d9b17883e3
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
## Latest Changes
## 0.4.2
### Fixes
* 🐛 Fix type conversion for `List` and `Tuple` and their internal types. PR [#143](https://github.com/tiangolo/typer/pull/143) by [@hellowhistler](https://github.com/hellowhistler).

View file

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