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

Commit 223b349

Browse files
Nick Felkerproppy
authored andcommitted
Updates files for 0.0.3 lib release
Change-Id: I5c61c05815ea561a301ef96961469e7d0fd8f070
1 parent 9bd04cc commit 223b349

File tree

3 files changed

+11
-1
lines changed

3 files changed

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

4+
0.0.3
5+
-----
6+
- Support for x86_64 Linux
7+
- Support for Python 2.7
8+
- Bug fixes and improvements in error messaging
9+
410
0.0.2
511
-----
612
- Initial public release.

google-assistant-sdk/CHANGELOG.rst

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

4+
0.3.3
5+
-------
6+
- Update Google Assistant Library from 0.0.2 to 0.0.3
7+
48
0.3.2
59
--------
610
- Bump urllib3 dependency.

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