Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.5.1 (#319)
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 Aug 16, 2022
1 parent e4edea7 commit 32cef8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.5.1](https://github.com/googleapis/python-compute/compare/v1.5.0...v1.5.1) (2022-08-12)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#320](https://github.com/googleapis/python-compute/issues/320)) ([e4edea7](https://github.com/googleapis/python-compute/commit/e4edea7267b8d64a586cca6b2586c1d41dc73508))


### Documentation

* **samples:** Various ways of creating a new disk ([#308](https://github.com/googleapis/python-compute/issues/308)) ([d7b7825](https://github.com/googleapis/python-compute/commit/d7b782526b8aee1e9a7108a09d440bbee25c0322))

## [1.5.0](https://github.com/googleapis/python-compute/compare/v1.4.0...v1.5.0) (2022-08-04)


Expand Down
2 changes: 1 addition & 1 deletion 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.5.0"
version = "1.5.1"

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

Expand Down

0 comments on commit 32cef8c

Please sign in to comment.