We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82f5f1 commit c8a4221Copy full SHA for c8a4221
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.10.0
6
+
7
### Features
8
9
* ✨ Improve handling of environment variables 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.9.1"
+__version__ = "0.10.0"
from shutil import get_terminal_size as get_terminal_size
0 commit comments