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.1 (#350)
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 10, 2022
1 parent f64b468 commit 44ee20a
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.1](https://github.com/googleapis/python-compute/compare/v1.6.0...v1.6.1) (2022-10-10)


### Bug Fixes

* **deps:** Allow protobuf 3.19.5 ([#351](https://github.com/googleapis/python-compute/issues/351)) ([f64b468](https://github.com/googleapis/python-compute/commit/f64b468833cbd188ad8300959fa35fd8bbbee028))
* **deps:** require google-api-core &gt;=2.10.2 ([f64b468](https://github.com/googleapis/python-compute/commit/f64b468833cbd188ad8300959fa35fd8bbbee028))


### Documentation

* **samples:** Fixing an issue with listing all instances ([#349](https://github.com/googleapis/python-compute/issues/349)) ([8f47a01](https://github.com/googleapis/python-compute/commit/8f47a01f1be3a9b29a80adba2637363c4a3e0a65))

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


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.6.0"
version = "1.6.1"

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

Expand Down

0 comments on commit 44ee20a

Please sign in to comment.