Skip to content

Commit 73efcb3

Browse files
committed
🔖 Release version 0.11.1
1 parent f858db6 commit 73efcb3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Latest Changes
22

3+
## 0.11.1
4+
35
### Fixes
46

57
* 🔧 Explicitly include testing files in sdist for redistributors (e.g. OpenSUSE) and add CI to test redistribution. PR [#773](https://github.com/tiangolo/typer/pull/773) by [@tiangolo](https://github.com/tiangolo).

typer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
22

3-
__version__ = "0.11.0"
3+
__version__ = "0.11.1"
44

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)