Skip to content

Commit

Permalink
chore(main): release 1.59.1 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 12, 2023
1 parent 1a6674e commit f52a89b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/googleapis-common-protos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.59.1](https://github.com/googleapis/python-api-common-protos/compare/v1.59.0...v1.59.1) (2023-06-06)


### Bug Fixes

* Invalid `dev` version identifiers in `setup.py` ([#166](https://github.com/googleapis/python-api-common-protos/issues/166)) ([c38e03a](https://github.com/googleapis/python-api-common-protos/commit/c38e03aa06eedf65373c283f16e7bbbd5622f37b)), closes [#165](https://github.com/googleapis/python-api-common-protos/issues/165)

## [1.59.0](https://github.com/googleapis/python-api-common-protos/compare/v1.58.0...v1.59.0) (2023-03-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/googleapis-common-protos/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

name = "googleapis-common-protos"
description = "Common protobufs used in Google APIs"
version = "1.59.0"
version = "1.59.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",
Expand Down

0 comments on commit f52a89b

Please sign in to comment.