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

Commit 7317f25

Browse files
chore: release 0.3.1 (#2)
* updated CHANGELOG.md [ci skip] * updated setup.py [ci skip]
1 parent 8cd5b37 commit 7317f25

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-iot/#history
66

7+
### [0.3.1](https://www.github.com/googleapis/python-iot/compare/v0.3.0...v0.3.1) (2020-02-06)
8+
9+
10+
### Bug Fixes
11+
12+
* **iot:** modify retry and timeout configs; add 2.7 deprecation warning; add 'required' to docstring for required args; add 3.8 unit tests (via synth) ([#10069](https://www.github.com/googleapis/python-iot/issues/10069)) ([ce6f5cf](https://www.github.com/googleapis/python-iot/commit/ce6f5cf2c1611af179da8dba3f73b1f8dc1bb1e1))
13+
714
## 0.3.0
815

916
07-24-2019 16:35 PDT
@@ -86,4 +93,3 @@
8693

8794
### New Features
8895
- Add v1 Endpoint for IoT (#5355)
89-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = "google-cloud-iot"
2121
description = "Cloud IoT API API client library"
22-
version = "0.3.0"
22+
version = "0.3.1"
2323
release_status = "Development Status :: 3 - Alpha"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",

0 commit comments

Comments
 (0)