Skip to content

Commit

Permalink
chore(main): release 1.3.2 (#289)
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>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
release-please[bot] and parthea authored Jun 7, 2022
1 parent aec0bf6 commit ebea322
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/google-cloud-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.3.2](https://github.com/googleapis/python-compute/compare/v1.3.1...v1.3.2) (2022-06-03)


### Bug Fixes

* **deps:** require protobuf <4.0.0dev ([#287](https://github.com/googleapis/python-compute/issues/287)) ([afe0083](https://github.com/googleapis/python-compute/commit/afe0083f945d5a7ead4cf7078192eb63efd2f886))


### Documentation

* fix changelog header to consistent size ([#288](https://github.com/googleapis/python-compute/issues/288)) ([20af4aa](https://github.com/googleapis/python-compute/commit/20af4aa9277c1aa7bfb24a46d9875df61b7bed05))

## [1.3.1](https://github.com/googleapis/python-compute/compare/v1.3.0...v1.3.1) (2022-05-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.3.1"
version = "1.3.2"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit ebea322

Please sign in to comment.