Skip to content

Commit 7036fd0

Browse files
committed
🔖 Release version 0.10.0
1 parent 2b45aea commit 7036fd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Latest Changes
22

3+
## 0.10.0
4+
35
### Fixes
46

57
* 🐛 Fix default value of `None` for CLI Parameters when the type is `list | None` and the default value is `None`. PR [#664](https://github.com/tiangolo/typer/pull/664) by [@theowisear](https://github.com/theowisear).

typer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
22

3-
__version__ = "0.9.4"
3+
__version__ = "0.10.0"
44

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)