We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2171cf6 + 6394911 commit 9bd04ccCopy full SHA for 9bd04cc
google-assistant-sdk/CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.3.2
5
+--------
6
+- Bump urllib3 dependency.
7
+
8
9
0.3.1
10
--------
11
- Bump dependencies to use new ``google-assistant-grpc`` package (faster install).
google-assistant-sdk/setup.py
@@ -39,7 +39,7 @@ def samples_requirements():
39
40
setup(
41
name='google-assistant-sdk',
42
- version='0.3.1',
+ version='0.3.2',
43
author='Google Assistant SDK team',
44
author_email='proppy+assistant-sdk@google.com',
45
description='Samples and Tools the Google Assistant SDK',
0 commit comments