Skip to content

Commit 2d904f1

Browse files
chore: release 1.3.0 (#10)
* updated CHANGELOG.md [ci skip] * updated setup.cfg [ci skip] * updated setup.py [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Dan O'Meara <[email protected]>
1 parent 0485c02 commit 2d904f1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

packages/google-cloud-scheduler/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [1.3.0](https://www.github.com/googleapis/python-scheduler/compare/v1.2.1...v1.3.0) (2020-04-21)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* **scheduler:** remove `project_path` method, update docstrings (via synth) (#9522)
13+
14+
### Bug Fixes
15+
16+
* **scheduler:** remove `project_path` method, update docstrings (via synth) ([#9522](https://www.github.com/googleapis/python-scheduler/issues/9522)) ([36c611b](https://www.github.com/googleapis/python-scheduler/commit/36c611bdd1504918ecec39f7846c533b1e7b181c))
17+
* add python 2.7 deprecation warning (via synth) ([#9](https://www.github.com/googleapis/python-scheduler/issues/9)) ([d17f5ff](https://www.github.com/googleapis/python-scheduler/commit/d17f5ffd8d6030190e3529d6eed5c9899145dd96))
18+
719
## 1.2.1
820

921
08-12-2019 13:53 PDT
@@ -113,4 +125,3 @@
113125

114126
### New Features
115127
- Initial release of Cloud Scheduler library. ([#6482](https://github.com/googleapis/google-cloud-python/pull/6482))
116-

packages/google-cloud-scheduler/setup.py

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

2222
name = "google-cloud-scheduler"
2323
description = "Cloud Scheduler API API client library"
24-
version = "1.2.1"
24+
version = "1.3.0"
2525
# Should be one of:
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)