We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e4c9b commit c499e37Copy full SHA for c499e37
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.11.0
6
+
7
### Features
8
9
* ✨ Allow manual specification of Click `ParamType` for parameters
typer_cloup/__init__.py
@@ -1,6 +1,6 @@
1
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
-__version__ = "0.10.0"
+__version__ = "0.11.0"
from shutil import get_terminal_size as get_terminal_size
0 commit comments