Skip to content

Commit 32cef8c

Browse files
chore(main): release 1.5.1 (googleapis#319)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e4edea7 commit 32cef8c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/googleapis/python-compute/compare/v1.5.0...v1.5.1) (2022-08-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** allow protobuf < 5.0.0 ([#320](https://github.com/googleapis/python-compute/issues/320)) ([e4edea7](https://github.com/googleapis/python-compute/commit/e4edea7267b8d64a586cca6b2586c1d41dc73508))
9+
10+
11+
### Documentation
12+
13+
* **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))
14+
315
## [1.5.0](https://github.com/googleapis/python-compute/compare/v1.4.0...v1.5.0) (2022-08-04)
416

517

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.5.0"
22+
version = "1.5.1"
2323

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

0 commit comments

Comments
 (0)