Skip to content

Commit 5e879b0

Browse files
committed
updated documentation and version
1 parent 97e0173 commit 5e879b0

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.2.8] - 2024-1-09
5+
6+
### Added
7+
8+
- Support for Output annotations with AutoMLOps.component
9+
10+
### Changed
11+
12+
### Fixed
13+
414
## [1.2.7] - 2023-11-06
515

616
### Added

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,13 +465,21 @@ def create_dataset(
465465

466466
[Ahmad Khan](mailto:ahmadkh@google.com): Engineer
467467

468-
[Jesus Orozco](mailto:jesusfc@google.com): Cloud Engineer
468+
[Jesus Orozco](mailto:jesusfc@google.com): Engineer
469469

470-
[Erin Horning](mailto:ehorning@google.com): Infrastructure Engineer
470+
[Erin Horning](mailto:ehorning@google.com): Engineer
471471

472472
[Alex Ho](mailto:alexanderho@google.com): Engineer
473473

474-
[Kyle Sorensen](mailto:kylesorensen@google.com): Cloud Engineer
474+
[Kyle Sorensen](mailto:kylesorensen@google.com): Engineer
475+
476+
[Matt Sokoloff](mailto:msokoloff@google.com): Engineer
477+
478+
[Andrew Chasin](mailto:andrewchasin@google.com): Engineer
479+
480+
[Atulan Zaman](mailto:atulanz@google.com): Use Case Development
481+
482+
[Nelly Wilson](mailto:nellywilson@google.com): Use Case Development
475483

476484
# Disclaimer
477485

google_cloud_automlops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
series of directories to support the creation of Vertex Pipelines.
2424
"""
2525
# pylint: disable=invalid-name
26-
__version__ = '1.2.7'
26+
__version__ = '1.2.8'
2727
__author__ = 'Sean Rastatter'
2828
__credits__ = 'Google'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='google-cloud-automlops',
23-
version='1.2.7',
23+
version='1.2.8',
2424
description='Build MLOps Pipelines in Minutes.',
2525
long_description=readme_contents,
2626
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)