Skip to content

Commit 26d37dc

Browse files
chore(main): release 1.6.0 (#346)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4caa3e4 commit 26d37dc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-compute/CHANGELOG.md

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

3+
## [1.6.0](https://github.com/googleapis/python-compute/compare/v1.5.2...v1.6.0) (2022-09-29)
4+
5+
6+
### Features
7+
8+
* Update Compute Engine API to revision 20220831 ([#729](https://github.com/googleapis/python-compute/issues/729)) ([#345](https://github.com/googleapis/python-compute/issues/345)) ([cf5fab1](https://github.com/googleapis/python-compute/commit/cf5fab101239827a84fc05873af2774b91bd760b))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core>=2.10.1 ([cf5fab1](https://github.com/googleapis/python-compute/commit/cf5fab101239827a84fc05873af2774b91bd760b))
14+
* **deps:** Require protobuf >= 3.20.2 ([#347](https://github.com/googleapis/python-compute/issues/347)) ([62ad9cb](https://github.com/googleapis/python-compute/commit/62ad9cb9e429b3971b8d316246dd88bfae91ef94))
15+
316
## [1.5.2](https://github.com/googleapis/python-compute/compare/v1.5.1...v1.5.2) (2022-09-07)
417

518

packages/google-cloud-compute/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.2"
22+
version = "1.6.0"
2323

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

0 commit comments

Comments
 (0)