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

Commit 27c56d3

Browse files
committed
google-assistant-sdk: bump versions
Change-Id: I4fde200a63e3cf75d02b2e1aeb212aea7d48d91b
1 parent 104e041 commit 27c56d3

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

google-assistant-grpc/CHANGELOG.rst

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

4+
45
0.1.0
56
-----
67
- Add ``v1alpha2`` gRPC service definition.
78

9+
810
0.0.2
911
-----
1012
- Bump ``grpcio`` dependency to use binary wheels (faster install on ``armv7l``).
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
Changelog
22
=========
33

4+
5+
0.1.1
6+
-----
7+
- Fix remote casting to Cast-enabled devices.
8+
9+
410
0.1.0
511
-----
612
- Add support for device actions.
713
- Better handling of connection errors.
814

15+
916
0.0.3
1017
-----
1118
- Support for x86_64 Linux
1219
- Support for Python 2.7
1320
- Bug fixes and improvements in error messaging
1421

22+
1523
0.0.2
1624
-----
1725
- Initial public release.

google-assistant-sdk/CHANGELOG.rst

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

4+
5+
0.4.3
6+
-----
7+
- Fix Python 2.7/3.6 compatibility for ``pushtotalk`` and ``hotword`` sample.
8+
9+
410
0.4.2
511
-----
6-
- Add client type for pushtotalk registration.
12+
- Add client type for ``pushtotalk`` registration.
13+
714

815
0.4.1
916
-----
10-
- Update outdated `hotword` sample.
17+
- Update outdated ``hotword`` sample.
18+
1119

1220
0.4.0
1321
-----
@@ -17,6 +25,7 @@ Changelog
1725
- New ``textinput`` sample for the Google Assistant Service.
1826
- New ``devicetool`` tool for device registration.
1927

28+
2029
0.3.3
2130
-----
2231
- Update Google Assistant Library from 0.0.2 to 0.0.3

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.4.2',
42+
version='0.4.3',
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)