Skip to content

Commit ae94d57

Browse files
committed
🔖 Release version 0.12.4
1 parent 68b3415 commit ae94d57

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
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.12.4
6+
57
### Features
68

79
* ✨ Add support for Python 3.12, tests in CI and official marker. PR [#807](https://github.com/tiangolo/typer/pull/807) by [@ivantodorovich](https://github.com/ivantodorovich).

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

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)