Skip to content

Commit

Permalink
chore(main): release 1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 30, 2023
1 parent 336cdf3 commit 87fce50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.62.0](https://github.com/googleapis/python-api-common-protos/compare/v1.61.0...v1.62.0) (2023-11-30)


### Features

* Add support for Python 3.12 ([#192](https://github.com/googleapis/python-api-common-protos/issues/192)) ([336cdf3](https://github.com/googleapis/python-api-common-protos/commit/336cdf351d4e87891d735837817d2cfc4e5a9fc7))


### Bug Fixes

* **deps:** Update grpc extra to require grpcio >= 1.51.3 ([#190](https://github.com/googleapis/python-api-common-protos/issues/190)) ([4643f9c](https://github.com/googleapis/python-api-common-protos/commit/4643f9cbeb6d3949e4767977e930cd1f192b929a))
* Migrate to native namespace packages ([#187](https://github.com/googleapis/python-api-common-protos/issues/187)) ([713e388](https://github.com/googleapis/python-api-common-protos/commit/713e3887a3293aea314060e84bdcf8a12eda3d6c))

## [1.61.0](https://github.com/googleapis/python-api-common-protos/compare/v1.60.0...v1.61.0) (2023-10-09)


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

name = "googleapis-common-protos"
description = "Common protobufs used in Google APIs"
version = "1.61.0"
version = "1.62.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"protobuf>=3.19.5,<5.0.0.dev0,!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
Expand Down

0 comments on commit 87fce50

Please sign in to comment.