Skip to content

Commit c3a4c72

Browse files
committed
🔖 Release version 0.3.2
1 parent 35eefeb commit c3a4c72

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Latest changes
22

3+
## 0.3.2
4+
35
### Features
46

57
* Add support for `mypy --strict`. Original PR [#147](https://github.com/tiangolo/typer/pull/147) by [@victorphoenix3](https://github.com/victorphoenix3).

typer/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"
4+
45
from click.exceptions import Abort as Abort
56
from click.exceptions import BadParameter as BadParameter
67
from click.exceptions import Exit as Exit

0 commit comments

Comments
 (0)