Skip to content

Commit

Permalink
Release 1.2.0 (#8765)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jul 25, 2019
1 parent 1077912 commit 7f918b6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@

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

## 1.2.0

07-24-2019 17:27 PDT


### Implementation Changes
- Allow kwargs to be passed to create_channel (via synth). ([#8401](https://github.com/googleapis/google-cloud-python/pull/8401))

### New Features
- Add 'client_options' support, update list method docstrings (via synth). ([#8520](https://github.com/googleapis/google-cloud-python/pull/8520))

### Dependencies
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
- Pin black version (via synth). ([#8593](https://github.com/googleapis/google-cloud-python/pull/8593))

### Documentation
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))

### Internal / Testing Changes
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
- Declare encoding as utf-8 in pb2 files (via synth). ([#8361](https://github.com/googleapis/google-cloud-python/pull/8361))
- Add disclaimer to auto-generated template (via synth). ([#8325](https://github.com/googleapis/google-cloud-python/pull/8325))
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8250](https://github.com/googleapis/google-cloud-python/pull/8250))
- Fix coverage in 'types.py' (via synth). ([#8162](https://github.com/googleapis/google-cloud-python/pull/8162))
- Blacken noxfile.py, setup.py (via synth). ([#8130](https://github.com/googleapis/google-cloud-python/pull/8130))
- Add empty lines (via synth). ([#8069](https://github.com/googleapis/google-cloud-python/pull/8069))

## 1.1.0

05-13-2019 13:15 PDT
Expand Down
2 changes: 1 addition & 1 deletion scheduler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-scheduler"
description = "Cloud Scheduler API API client library"
version = "1.1.0"
version = "1.2.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 7f918b6

Please sign in to comment.