This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
google-assistant-{sdk,library,grpc}: bump versions and changelog
Change-Id: I83bc049187ba0136c300e5327862b61a1e8e8ae9
- Loading branch information
Showing
6 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
|
||
setup( | ||
name='google-assistant-grpc', | ||
version='0.2.1.dev1', | ||
version='0.2.1', | ||
author='Google Assistant SDK team', | ||
author_email='[email protected]', | ||
description='Google Assistant API gRPC bindings', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
google-assistant-sdk/googlesamples/assistant/grpc/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
google-assistant-sdk/googlesamples/assistant/library/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
google-assistant-library==1.0.0 | ||
google-assistant-library==1.0.1 | ||
argparse>=1.4.0,<2 | ||
google-auth>=1.0.1,<2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ def samples_requirements(): | |
|
||
setup( | ||
name='google-assistant-sdk', | ||
version='0.5.1.dev1', | ||
version='0.5.1', | ||
author='Google Assistant SDK team', | ||
author_email='[email protected]', | ||
description='Samples and Tools the Google Assistant SDK', | ||
|
94a2e7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
many encounter this error when the assistant is closed with ctrl x on the raspberry segmentation error
94a2e7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does that error happen when using the previous version (1.0.0)?
94a2e7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the version 1.0.0 no
94a2e7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are there any updates for this error?
94a2e7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll update when we have an update.