Skip to content

Commit 9534359

Browse files
chore: release 0.7.1 (#322)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 06e99db commit 9534359

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### [0.7.1](https://www.github.com/googleapis/python-aiplatform/compare/v0.7.0...v0.7.1) (2021-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* fix list failing without order_by and local sorting ([#320](https://www.github.com/googleapis/python-aiplatform/issues/320)) ([06e99db](https://www.github.com/googleapis/python-aiplatform/commit/06e99db849d954344aeb8bdefde41d1884e36315))
9+
310
## [0.7.0](https://www.github.com/googleapis/python-aiplatform/compare/v0.6.0...v0.7.0) (2021-04-14)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import setuptools # type: ignore
2222

2323
name = "google-cloud-aiplatform"
24-
version = "0.7.0"
24+
version = "0.7.1"
2525
description = "Cloud AI Platform API client library"
2626

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

0 commit comments

Comments
 (0)