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 c18baef commit 71bf168Copy full SHA for 71bf168
2 files changed
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.24.0
6
+
7
### Breaking Changes
8
9
* ➖ Drop support for Python 3.9. PR [#1546](https://github.com/fastapi/typer/pull/1546) by [@tiangolo](https://github.com/tiangolo).
typer/__init__.py
@@ -1,6 +1,6 @@
1
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
-__version__ = "0.23.2"
+__version__ = "0.24.0"
from shutil import get_terminal_size as get_terminal_size
0 commit comments