From 611c507bf52f476f01c14aee1c7bbeec2de481f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 26 Apr 2020 15:48:56 +0200 Subject: [PATCH] :bookmark: Release version 0.2.1 --- docs/release-notes.md | 2 ++ typer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 4fa8ad0..b8c8613 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 diff --git a/typer/__init__.py b/typer/__init__.py index 276743e..fa85fb9 100644 --- a/typer/__init__.py +++ b/typer/__init__.py @@ -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 (