Skip to content

Commit f5c0b8a

Browse files
committed
🔖 Release version 0.14.0
1 parent 7015323 commit f5c0b8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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.14.0
6+
57
### Breaking Changes
68

79
* 🔥 Remove auto naming of groups added via `add_typer` based on the group's callback function name. PR [#1052](https://github.com/fastapi/typer/pull/1052) by [@patrick91](https://github.com/patrick91).

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

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)