Skip to content

Commit c9bc93c

Browse files
committed
🔖 Release version 0.12.2
1 parent c99a950 commit c9bc93c

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.2
4+
35
### Features
46

57
* ✨ Improve column help display, ensure commands column width is the same on all panels. PR [#567](https://github.com/tiangolo/typer/pull/567) by [@ssbarnea](https://github.com/ssbarnea).

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.1"
3+
__version__ = "0.12.2"
44

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)