Skip to content

Commit

Permalink
chore(main): release 3.2.5 (#646)
Browse files Browse the repository at this point in the history
* fix(deps): allow protobuf 3.19.5 (#644)

Co-authored-by: Daniel Sanche <sanche@google.com>

* update version/changelog

Co-authored-by: Daniel Sanche <sanche@google.com>
  • Loading branch information
parthea and daniel-sanche committed Oct 10, 2022
1 parent e12eae2 commit 37d38f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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


## [3.2.5](https://github.com/googleapis/python-logging/compare/v3.2.4...v3.2.5) (2022-10-10)


### Bug Fixes

* **deps:** Allow protobuf 3.19.5 ([#644](https://github.com/googleapis/python-logging/issues/644)) ([12f3001](https://github.com/googleapis/python-logging/commit/12f3001d834e858dbbbcdaab5894ec25a14c6820))


## [3.2.4](https://github.com/googleapis/python-logging/compare/v3.2.3...v3.2.4) (2022-10-04)


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-logging"
description = "Stackdriver Logging API client library"
version = "3.2.4"
version = "3.2.5"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand All @@ -35,7 +35,7 @@
"google-cloud-core >= 2.0.0, <3.0.0dev",
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
"proto-plus >= 1.22.0, <2.0.0dev",
"protobuf >= 3.20.2, <5.0.0dev",
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
]
extras = {}

Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
google-api-core==1.32.0
google-cloud-core==2.0.0
proto-plus==1.22.0
protobuf==3.20.2
protobuf==3.19.5

0 comments on commit 37d38f2

Please sign in to comment.