diff --git a/CHANGELOG.md b/CHANGELOG.md index a331bd5..8a102d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.63.1](https://github.com/googleapis/python-api-common-protos/compare/v1.63.0...v1.63.1) (2024-04-07) + + +### Documentation + +* Fix docs session ([#214](https://github.com/googleapis/python-api-common-protos/issues/214)) ([622dbb7](https://github.com/googleapis/python-api-common-protos/commit/622dbb7d532edaad589dacb5975c8c3c62cb8717)) + ## [1.63.0](https://github.com/googleapis/python-api-common-protos/compare/v1.62.0...v1.63.0) (2024-03-08) diff --git a/setup.py b/setup.py index 772e26b..1c85d6a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "googleapis-common-protos" description = "Common protobufs used in Google APIs" -version = "1.63.0" +version = "1.63.1" 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",