Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: release 2.0.0 (#78)
Browse files Browse the repository at this point in the history
* chore: release 2.0.0

* chore: cleanup changelog

* Update CHANGELOG.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Dan O'Meara <danom@google.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 19, 2020
1 parent c19d707 commit 735d8a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

[1]: https://pypi.org/project/google-cloud-videointelligence/#history

## [2.0.0](https://www.github.com/googleapis/python-videointelligence/compare/v1.16.1...v2.0.0) (2020-11-19)


### ⚠ BREAKING CHANGES

* use microgenerator. See [Migration Guide](https://pypi.org/project/google-cloud-logging/2.0.0/). (#76)

### Features

* use microgenerator ([#76](https://www.github.com/googleapis/python-videointelligence/issues/76))

### [1.16.1](https://www.github.com/googleapis/python-videointelligence/compare/v1.16.0...v1.16.1) (2020-11-18)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-videointelligence"
description = "Google Cloud Video Intelligence API client library"
version = "1.16.1"
version = "2.0.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 735d8a1

Please sign in to comment.