Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 94a2e7c

Browse files
committed
google-assistant-{sdk,library,grpc}: bump versions and changelog
Change-Id: I83bc049187ba0136c300e5327862b61a1e8e8ae9
1 parent 29d53b1 commit 94a2e7c

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

google-assistant-grpc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='google-assistant-grpc',
28-
version='0.2.1.dev1',
28+
version='0.2.1',
2929
author='Google Assistant SDK team',
3030
author_email='[email protected]',
3131
description='Google Assistant API gRPC bindings',

google-assistant-library/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
1.0.1
5+
-----
6+
- Limited support with no hotwording for ARMv6 architecture (Raspberry Pi Zero).
7+
- Many improvements to media playback for better performance.
8+
- Fixed issues with registration.
9+
- Ensure clean shutdown when Python exception is raised.
10+
411
1.0.0
512
-----
613
- Support for additional languages. This includes hotword models, queries, and responses.

google-assistant-sdk/CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Changelog
33

44
0.5.1
55
-----
6+
- Fix Python generator termination.
67
- Lint/Fix README.rst.
78
- Make device action keys uppercase.
9+
- Add `query` and `nickname` flag to library sample.
810

911

1012
0.5.0

google-assistant-sdk/googlesamples/assistant/grpc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-assistant-grpc==0.2.1.dev1
1+
google-assistant-grpc==0.2.1
22
google-auth-oauthlib>=0.1.0,<0.3
33
urllib3[secure]>=1.21,<2
44
sounddevice>=0.3.7,<0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-assistant-library==1.0.0
1+
google-assistant-library==1.0.1
22
argparse>=1.4.0,<2
33
google-auth>=1.0.1,<2

google-assistant-sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def samples_requirements():
3939

4040
setup(
4141
name='google-assistant-sdk',
42-
version='0.5.1.dev1',
42+
version='0.5.1',
4343
author='Google Assistant SDK team',
4444
author_email='[email protected]',
4545
description='Samples and Tools the Google Assistant SDK',

0 commit comments

Comments
 (0)