Skip to content

Commit 6f2b111

Browse files
committed
🔖 Release version 0.23.0
1 parent 56d81f0 commit 6f2b111

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.23.0
6+
57
### Breaking Changes
68

79
* ♻️ When printing error tracebacks with Rich, default to not showing locals, which are sometimes verbose. PR [#1072](https://github.com/fastapi/typer/pull/1072) by [@tiangolo](https://github.com/tiangolo).

typer/__init__.py

Lines changed: 1 addition & 1 deletion
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.22.0"
3+
__version__ = "0.23.0"
44

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)