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

Commit b841409

Browse files
committed
Increases versions to new MINOR release
Change-Id: Ib18bce5c1756d33c8324ef7bb51ec7f71721a345
1 parent 573e381 commit b841409

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

google-assistant-grpc/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
=========
3+
0.1.0
4+
-----
5+
- Adds Device Actions to gRPC protobuf
36

47
0.0.2
58
-----

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.0.2',
28+
version='0.1.0',
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
Changelog
22
=========
3-
4-
53
0.0.3
64
-----
75
- Support for x86_64 Linux

google-assistant-sdk/CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
3-
3+
0.4.0
4+
-----
5+
- Adds Device Actions
46

57
0.3.3
68
-------

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