There was an error while loading. Please reload this page.
1 parent 718a899 commit 525c777Copy full SHA for 525c777
2 files changed
docs/release-notes.md
@@ -1,5 +1,7 @@
1
## Latest Changes
2
3
+## 0.12.3
4
+
5
### Fixes
6
7
* 🐛 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,6 +1,6 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
-__version__ = "0.12.2"
+__version__ = "0.12.3"
from shutil import get_terminal_size as get_terminal_size
0 commit comments