Skip to content

Commit 525c777

Browse files
committed
🔖 Release version 0.12.3
1 parent 718a899 commit 525c777

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.12.3
4+
35
### Fixes
46

57
* 🐛 Fix Rich formatting with no commands. PR [#796](https://github.com/tiangolo/typer/pull/796) by [@svlandeg](https://github.com/svlandeg).

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.12.2"
3+
__version__ = "0.12.3"
44

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)