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

Commit 896d767

Browse files
chore(main): release 2.6.2
1 parent 9d64465 commit 896d767

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
## [2.6.2](https://github.com/googleapis/python-iot/compare/v2.6.1...v2.6.2) (2022-08-12)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** allow protobuf < 5.0.0 ([#361](https://github.com/googleapis/python-iot/issues/361)) ([9def79a](https://github.com/googleapis/python-iot/commit/9def79abfa1bdee64d00ed324fd782cf163b0bad))
13+
* **deps:** require proto-plus >= 1.22.0 ([9def79a](https://github.com/googleapis/python-iot/commit/9def79abfa1bdee64d00ed324fd782cf163b0bad))
14+
715
## [2.6.1](https://github.com/googleapis/python-iot/compare/v2.6.0...v2.6.1) (2022-07-14)
816

917

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 = "2.6.1"
22+
version = "2.6.2"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)