Skip to content

Commit

Permalink
🔖 Release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 2, 2023
1 parent 02f0722 commit 4c6098f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Latest Changes


## 0.9.0

### Features

* ✨ Add support for PEP-593 `Annotated` for specifying options and arguments. Initial PR [#584](https://github.com/tiangolo/typer/pull/584) by [@ryangalamb](https://github.com/ryangalamb).
Expand Down
2 changes: 1 addition & 1 deletion typer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""

__version__ = "0.8.0"
__version__ = "0.9.0"

from shutil import get_terminal_size as get_terminal_size

Expand Down

0 comments on commit 4c6098f

Please sign in to comment.