Skip to content

Commit 6c5698f

Browse files
committed
🔖 Release version 0.7.0
1 parent aaf3cdd commit 6c5698f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Latest Changes
22

33

4+
## 0.7.0
5+
46
### Features
57

68
* ✨ Make `typer.run()` not add completion scripts by default, it only makes sense in installed apps. Also update docs for handling [autocompletion in CLI options](https://typer.tiangolo.com/tutorial/options-autocompletion/). PR [#488](https://github.com/tiangolo/typer/pull/488) by [@tiangolo](https://github.com/tiangolo).

typer/__init__.py

Lines changed: 1 addition & 1 deletion
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.6.1"
3+
__version__ = "0.7.0"
44

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)