Skip to content

Commit 47e3bd6

Browse files
committed
🔖 Release version 0.17.5
1 parent 16beba4 commit 47e3bd6

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.17.5
6+
57
### Fixes
68

79
* ⬇️ Restrict Click to below 8.3.0 to handle changes in the new version. PR [#1336](https://github.com/fastapi/typer/pull/1336) by [@svlandeg](https://github.com/svlandeg).

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

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)