🔖 Release version 0.2.1

This commit is contained in:
Sebastián Ramírez 2020-04-26 15:48:56 +02:00
parent 860d5fc02b
commit 611c507bf5
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
## Latest changes
## 0.2.1
* Add support for forward references (types declared inside of strings). PR [#93](https://github.com/tiangolo/typer/pull/93).
## 0.2.0

View file

@ -1,6 +1,6 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
__version__ = "0.2.0"
__version__ = "0.2.1"
from click.exceptions import Abort, BadParameter, Exit
from click.termui import (