We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e81119 commit 50b1018Copy full SHA for 50b1018
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.17.1
6
+
7
### Fixes
8
9
* 🐛 Fix markdown formatting in `--help` output. PR [#815](https://github.com/fastapi/typer/pull/815) by [@gar1t](https://github.com/gar1t).
typer/__init__.py
@@ -1,6 +1,6 @@
1
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
-__version__ = "0.17.0"
+__version__ = "0.17.1"
from shutil import get_terminal_size as get_terminal_size
0 commit comments