Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: release 2.5.1 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 2, 2021
1 parent bb0fc1a commit 621edc2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,20 @@

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

### [2.5.1](https://www.github.com/googleapis/python-recommender/compare/v2.5.0...v2.5.1) (2021-11-02)


### Bug Fixes

* **deps:** drop packaging dependency ([55a42ff](https://www.github.com/googleapis/python-recommender/commit/55a42ff6f2951ca2280a899cce836ccf19664613))
* **deps:** require google-api-core >= 1.28.0 ([55a42ff](https://www.github.com/googleapis/python-recommender/commit/55a42ff6f2951ca2280a899cce836ccf19664613))


### Documentation

* fix docstring formatting ([#147](https://www.github.com/googleapis/python-recommender/issues/147)) ([bb0fc1a](https://www.github.com/googleapis/python-recommender/commit/bb0fc1ada9b681eb9e457f63cdbc9d30f53603f9))
* list oneofs in docstring ([55a42ff](https://www.github.com/googleapis/python-recommender/commit/55a42ff6f2951ca2280a899cce836ccf19664613))

## [2.5.0](https://www.github.com/googleapis/python-recommender/compare/v2.4.0...v2.5.0) (2021-10-14)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-recommender"
description = "Cloud Recommender API client library"
version = "2.5.0"
version = "2.5.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 621edc2

Please sign in to comment.