This repository was archived by the owner on Oct 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+
450.1.0
56-----
67- Add ``v1alpha2 `` gRPC service definition.
78
9+
8100.0.2
911-----
1012- Bump ``grpcio `` dependency to use binary wheels (faster install on ``armv7l ``).
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+
5+ 0.1.1
6+ -----
7+ - Fix remote casting to Cast-enabled devices.
8+
9+
4100.1.0
511-----
612- Add support for device actions.
713- Better handling of connection errors.
814
15+
9160.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+
15230.0.2
1624-----
1725- Initial public release.
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+
5+ 0.4.3
6+ -----
7+ - Fix Python 2.7/3.6 compatibility for ``pushtotalk `` and ``hotword `` sample.
8+
9+
4100.4.2
511-----
6- - Add client type for pushtotalk registration.
12+ - Add client type for ``pushtotalk `` registration.
13+
714
8150.4.1
916-----
10- - Update outdated `hotword ` sample.
17+ - Update outdated ``hotword `` sample.
18+
1119
12200.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+
20290.3.3
2130-----
2231- Update Google Assistant Library from 0.0.2 to 0.0.3
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def samples_requirements():
3939
4040setup (
4141 name = 'google-assistant-sdk' ,
42- version = '0.4.2 ' ,
42+ version = '0.4.3 ' ,
4343 author = 'Google Assistant SDK team' ,
4444 author_email = 'proppy+assistant-sdk@google.com' ,
4545 description = 'Samples and Tools the Google Assistant SDK' ,
You can’t perform that action at this time.
0 commit comments