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

Commit 45af2ff

Browse files
chore(main): release 1.5.2 (#338)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b3047e1 commit 45af2ff

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.2](https://github.com/googleapis/python-compute/compare/v1.5.1...v1.5.2) (2022-09-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require google-api-core >= 2.9.0 ([b3047e1](https://github.com/googleapis/python-compute/commit/b3047e110ec6f1198af0429e3ef3b41796d47a5b))
9+
* **deps:** require protobuf >= 3.20.1 ([b3047e1](https://github.com/googleapis/python-compute/commit/b3047e110ec6f1198af0429e3ef3b41796d47a5b))
10+
311
## [1.5.1](https://github.com/googleapis/python-compute/compare/v1.5.0...v1.5.1) (2022-08-12)
412

513

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.1"
22+
version = "1.5.2"
2323

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

0 commit comments

Comments
 (0)