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.6.0 (#346)
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 Oct 4, 2022
1 parent 62ad9cb commit 3729402
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.6.0](https://github.com/googleapis/python-compute/compare/v1.5.2...v1.6.0) (2022-09-29)


### Features

* 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))


### Bug Fixes

* **deps:** require google-api-core>=2.10.1 ([cf5fab1](https://github.com/googleapis/python-compute/commit/cf5fab101239827a84fc05873af2774b91bd760b))
* **deps:** Require protobuf >= 3.20.2 ([#347](https://github.com/googleapis/python-compute/issues/347)) ([62ad9cb](https://github.com/googleapis/python-compute/commit/62ad9cb9e429b3971b8d316246dd88bfae91ef94))

## [1.5.2](https://github.com/googleapis/python-compute/compare/v1.5.1...v1.5.2) (2022-09-07)


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.2"
version = "1.6.0"

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

Expand Down

0 comments on commit 3729402

Please sign in to comment.