Skip to content

Commit

Permalink
chore(main): release 3.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 17, 2024
1 parent 8c2c5a7 commit eb73945
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.11.3"
".": "3.11.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [3.11.4](https://github.com/googleapis/python-logging/compare/v3.11.3...v3.11.4) (2024-12-17)


### Bug Fixes

* Require proto-plus >= 1.25 for Python 3.13 ([#955](https://github.com/googleapis/python-logging/issues/955)) ([7baed8e](https://github.com/googleapis/python-logging/commit/7baed8e968f0bfa6abdbf0715dc43822f2fba8ba))
* Require proto-plus >= 1.25 for Python 3.13 ([#955](https://github.com/googleapis/python-logging/issues/955)) ([002b1fc](https://github.com/googleapis/python-logging/commit/002b1fcb395d77d94d7216560c30015b9aefca81))

## [3.11.3](https://github.com/googleapis/python-logging/compare/v3.11.2...v3.11.3) (2024-10-15)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/logging/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.11.3" # {x-release-please-version}
__version__ = "3.11.4" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/logging_v2/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.11.3" # {x-release-please-version}
__version__ = "3.11.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-logging",
"version": "3.11.3"
"version": "3.11.4"
},
"snippets": [
{
Expand Down

0 comments on commit eb73945

Please sign in to comment.