Skip to content

Commit 02f6565

Browse files
authored
Merge branch 'master' into click-8.2
2 parents a2c4906 + ca2559a commit 02f6565

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

docs/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Latest Changes
44

5+
### Internal
6+
7+
* 🔧 Remove Google Analytics. PR [#1229](https://github.com/fastapi/typer/pull/1229) by [@tiangolo](https://github.com/tiangolo).
8+
9+
## 0.15.4
10+
11+
### Upgrades
12+
13+
* 📌 Pin Click to < 8.2, compatibility for Click >= 8.2 will be added in a future version. PR [#1225](https://github.com/fastapi/typer/pull/1225) by [@tiangolo](https://github.com/tiangolo).
14+
515
## 0.15.3
616

717
### Fixes

mkdocs.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -196,22 +196,6 @@ markdown_extensions:
196196
markdown_include_variants:
197197

198198
extra:
199-
analytics:
200-
provider: google
201-
property: G-T78C5GNRXK
202-
feedback:
203-
title: Was this page helpful?
204-
ratings:
205-
- icon: material/emoticon-happy-outline
206-
name: This page was helpful
207-
data: 1
208-
note: >-
209-
Thanks for your feedback!
210-
- icon: material/emoticon-sad-outline
211-
name: This page could be improved
212-
data: 0
213-
note: >-
214-
Thanks for your feedback!
215199
social:
216200
- icon: fontawesome/brands/github-alt
217201
link: https://github.com/fastapi/typer

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.15.3"
3+
__version__ = "0.15.4"
44

55
from shutil import get_terminal_size as get_terminal_size
66

0 commit comments

Comments
 (0)