Skip to content

Commit 2c6e91f

Browse files
chore: release 1.4.2 (#702)
* chore: release 1.4.2 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yaqi Ji <jiyaqi0712@gmail.com>
1 parent dd977b6 commit 2c6e91f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

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.4.2](https://www.github.com/googleapis/python-aiplatform/compare/v1.4.1...v1.4.2) (2021-09-10)
4+
5+
6+
### Features
7+
8+
* add explanation metadata `get_metadata_protobuf` for reuse ([#672](https://www.github.com/googleapis/python-aiplatform/issues/672)) ([efb6d18](https://www.github.com/googleapis/python-aiplatform/commit/efb6d18f868086bc53aceab60942eb837ced65b7))
9+
10+
311
### [1.4.1](https://www.github.com/googleapis/python-aiplatform/compare/v1.4.0...v1.4.1) (2021-09-07)
412

513

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 = "1.4.1"
24+
version = "1.4.2"
2525
description = "Cloud AI Platform API client library"
2626

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

0 commit comments

Comments
 (0)