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

Commit 6cede57

Browse files
committed
google-assistant-sdk: bump versions
Bug: 77878399 Change-Id: Iee13e18674b48e29fe67b426427cc02af2e7c255
1 parent c2abc12 commit 6cede57

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

google-assistant-grpc/CHANGELOG.rst

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

4+
0.2.1
5+
-----
6+
- Update ``v1alpha2`` gRPC service definition:
7+
- Add new fields for AoG testing/debugging.
8+
9+
410
0.2.0
511
-----
612
- Update ``v1alpha2`` gRPC service definition:
713
- Add ScreenOut/ScreenOutConfig message.
814
- Add is_new_conversation field.
915

16+
1017
0.1.0
1118
-----
1219
- Add ``v1alpha2`` gRPC service definition.

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.0',
28+
version='0.2.1.dev1',
2929
author='Google Assistant SDK team',
3030
author_email='[email protected]',
3131
description='Google Assistant API gRPC bindings',

google-assistant-sdk/CHANGELOG.rst

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

4+
0.5.1
5+
-----
6+
- Lint/Fix README.rst.
7+
- Make device action keys uppercase.
8+
9+
410
0.5.0
511
-----
612
- Add HTML output.

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.0
1+
google-assistant-grpc==0.2.1.dev1
22
google-auth-oauthlib>=0.1.0,<0.3
33
urllib3[secure]>=1.21,<2
44
sounddevice>=0.3.7,<0.4

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.0',
42+
version='0.5.1.dev1',
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)