Skip to content

Commit

Permalink
馃敄 Release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 16, 2020
1 parent 35eefeb commit c3a4c72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Latest changes

## 0.3.2

### Features

* Add support for `mypy --strict`. Original PR [#147](https://github.com/tiangolo/typer/pull/147) by [@victorphoenix3](https://github.com/victorphoenix3).
Expand Down
3 changes: 2 additions & 1 deletion typer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""

__version__ = "0.3.1"
__version__ = "0.3.2"

from click.exceptions import Abort as Abort
from click.exceptions import BadParameter as BadParameter
from click.exceptions import Exit as Exit
Expand Down

2 comments on commit c3a4c72

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.