🔖 Release version 0.3.1

This commit is contained in:
Sebastián Ramírez 2020-07-19 13:07:28 +02:00
parent 6f5808f1f4
commit c56789e8eb
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
## Latest changes
## 0.3.1
* Add GitHub Actions, move from Travis. PR [#144](https://github.com/tiangolo/typer/pull/144).
* Pin dependencies. PR [#138](https://github.com/tiangolo/typer/pull/138).
* Add Dependabot. PR [#136](https://github.com/tiangolo/typer/pull/136).

View file

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