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

google-assistant-sdk: 0.3.2 release #76

Merged
merged 1 commit into from
Jun 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions google-assistant-sdk/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.3.2
--------
- Bump urllib3 dependency.


0.3.1
--------
- Bump dependencies to use new ``google-assistant-grpc`` package (faster install).
Expand Down
2 changes: 1 addition & 1 deletion google-assistant-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def samples_requirements():

setup(
name='google-assistant-sdk',
version='0.3.1',
version='0.3.2',
author='Google Assistant SDK team',
author_email='[email protected]',
description='Samples and Tools the Google Assistant SDK',
Expand Down