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

Commit 1fa1898

Browse files
authored
Merge pull request #55 from proppy/changelog
bump changelogs
2 parents 2f94629 + faeb43d commit 1fa1898

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Changelog
2+
=========
3+
4+
0.0.2
5+
-----
6+
- Bump ``grpcio`` dependency to use binary wheels (faster install on ``armv7l``).
7+
8+
9+
0.0.1
10+
-----
11+
- Initial release.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Changelog
2+
=========
3+
4+
0.0.2
5+
-----
6+
- Initial public release.

google-assistant-sdk/CHANGELOG.rst

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

4+
0.3.1
5+
--------
6+
- Bump dependencies to use new ``google-assistant-grpc`` package (faster install).
7+
8+
49
0.3.0
510
-----
611
- Move grpc bindings to the `google-assistant-grpc <https://pypi.python.org/pypi/google-assistant-grpc>`_ package.
@@ -13,6 +18,7 @@ Changelog
1318
- Fix typo in IFTTT handling in pushtotalk grpc sample (@kadeve).
1419
- Add ``google-assistant-library`` package `installation instructions <https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-library>`_ and `sample <https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk/googlesamples/assistant/library>`_.
1520

21+
1622
0.2.1
1723
-----
1824
- Fix audio helpers.

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.0',
42+
version='0.3.1',
4343
author='Google Assistant SDK team',
4444
author_email='proppy+assistant-sdk@google.com',
4545
description='Samples and Tools the Google Assistant SDK',

0 commit comments

Comments
 (0)