Skip to content

Commit

Permalink
chore: release 2.10.1 (#201)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
### [2.10.1](https://www.github.com/googleapis/python-kms/compare/v2.10.0...v2.10.1) (2021-11-01)


### Bug Fixes

* **deps:** drop packaging dependency ([6d7b8c1](https://www.github.com/googleapis/python-kms/commit/6d7b8c1043e59f3749c58b032f3fe800293c03f5))
* **deps:** require google-api-core >= 1.28.0 ([6d7b8c1](https://www.github.com/googleapis/python-kms/commit/6d7b8c1043e59f3749c58b032f3fe800293c03f5))


### Documentation

* list oneofs in docstring ([6d7b8c1](https://www.github.com/googleapis/python-kms/commit/6d7b8c1043e59f3749c58b032f3fe800293c03f5))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Nov 2, 2021
1 parent 2ec8438 commit a701277
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

[1]: https://pypi.org/project/google-cloud-kms/#history

### [2.10.1](https://www.github.com/googleapis/python-kms/compare/v2.10.0...v2.10.1) (2021-11-01)


### Bug Fixes

* **deps:** drop packaging dependency ([6d7b8c1](https://www.github.com/googleapis/python-kms/commit/6d7b8c1043e59f3749c58b032f3fe800293c03f5))
* **deps:** require google-api-core >= 1.28.0 ([6d7b8c1](https://www.github.com/googleapis/python-kms/commit/6d7b8c1043e59f3749c58b032f3fe800293c03f5))


### Documentation

* list oneofs in docstring ([6d7b8c1](https://www.github.com/googleapis/python-kms/commit/6d7b8c1043e59f3749c58b032f3fe800293c03f5))

## [2.10.0](https://www.github.com/googleapis/python-kms/compare/v2.9.0...v2.10.0) (2021-10-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-kms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-kms"
description = "Cloud Key Management Service (KMS) API client library"
version = "2.10.0"
version = "2.10.1"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit a701277

Please sign in to comment.