🔖 Release version 0.4.2
This commit is contained in:
parent
aa86bcd63c
commit
d9b17883e3
2 changed files with 3 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue