Skip to content

Commit b5ab46d

Browse files
authored
Release scheduler 1.0.0 (googleapis#7857)
1 parent 94e4414 commit b5ab46d

4 files changed

Lines changed: 21 additions & 7 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The following client libraries have **GA** support:
4040
- `Google Cloud Datastore`_ (`Datastore README`_)
4141
- `Google Cloud KMS`_ (`KMS README`_)
4242
- `Google Cloud Natural Language`_ (`Natural Language README`_)
43+
- `Google Cloud Scheduler`_ (`Scheduler README`_)
4344
- `Google Cloud Spanner`_ (`Spanner README`_)
4445
- `Google Cloud Storage`_ (`Storage README`_)
4546
- `Google Cloud Tasks`_ (`Tasks README`_)
@@ -62,6 +63,8 @@ The following client libraries have **GA** support:
6263
.. _Tasks README: https://github.com/googleapis/google-cloud-python/tree/master/tasks
6364
.. _Google Cloud Translation: https://pypi.org/project/google-cloud-translate/
6465
.. _Translation README: https://github.com/googleapis/google-cloud-python/tree/master/translate
66+
.. _Google Cloud Scheduler: https://pypi.org/project/google-cloud-scheduler/
67+
.. _Scheduler README: https://github.com/googleapis/google-cloud-python/tree/master/scheduler
6568
.. _Stackdriver Logging: https://pypi.org/project/google-cloud-logging/
6669
.. _Logging README: https://github.com/googleapis/google-cloud-python/tree/master/logging
6770

@@ -116,7 +119,6 @@ The following client libraries have **alpha** support:
116119
- `Google Cloud Memorystore for Redis`_ (`Redis README`_)
117120
- `Google Cloud Resource Manager`_ (`Resource Manager README`_)
118121
- `Google Cloud Runtime Configuration`_ (`Runtime Config README`_)
119-
- `Google Cloud Scheduler`_ (`Scheduler README`_)
120122
- `Google Cloud Security Scanner`_ (`Security Scanner README`_ )
121123
- `Google Cloud Tasks`_ (`Tasks README`_)
122124
- `Google Cloud Trace`_ (`Trace README`_)
@@ -148,8 +150,6 @@ The following client libraries have **alpha** support:
148150
.. _Resource Manager README: https://github.com/googleapis/google-cloud-python/tree/master/resource_manager
149151
.. _Google Cloud Runtime Configuration: https://pypi.org/project/google-cloud-runtimeconfig/
150152
.. _Runtime Config README: https://github.com/googleapis/google-cloud-python/tree/master/runtimeconfig
151-
.. _Google Cloud Scheduler: https://pypi.org/project/google-cloud-scheduler/
152-
.. _Scheduler README: https://github.com/googleapis/google-cloud-python/tree/master/scheduler
153153
.. _Google Cloud Security Scanner: https://pypi.org/project/google-cloud-websecurityscanner/
154154
.. _Security Scanner README: https://github.com/googleapis/google-cloud-python/blob/master/websecurityscanner
155155
.. _Google Cloud Text-to-Speech: https://pypi.org/project/google-cloud-texttospeech/

scheduler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## 1.0.0
8+
9+
05-03-2019 10:04 PDT
10+
11+
### Internal / Testing Changes
12+
- Add smoke test for scheduler. ([#7854](https://github.com/googleapis/google-cloud-python/pull/7854))
13+
714
## 0.3.0
815

916
04-15-2019 10:32 PDT

scheduler/README.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
Python Client for Cloud Scheduler API (`Alpha`_)
1+
Python Client for Cloud Scheduler API
22
================================================
33

4+
|GA| |pypi| |versions|
5+
46
`Cloud Scheduler API`_: Creates and manages jobs run on a regular recurring schedule.
57

68
- `Client Library Documentation`_
79
- `Product Documentation`_
810

9-
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
11+
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
12+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
13+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-scheduler.svg
14+
:target: https://pypi.org/project/google-cloud-scheduler/
15+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-scheduler.svg
16+
:target: https://pypi.org/project/google-cloud-scheduler/
1017
.. _Cloud Scheduler API: https://cloud.google.com/scheduler
1118
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/scheduler/index.html
1219
.. _Product Documentation: https://cloud.google.com/scheduler

scheduler/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
name = 'google-cloud-scheduler'
2323
description = 'Cloud Scheduler API API client library'
24-
version = '0.3.0'
24+
version = '1.0.0'
2525
# Should be one of:
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'
2828
# 'Development Status :: 5 - Production/Stable'
29-
release_status = 'Development Status :: 3 - Alpha'
29+
release_status = 'Development Status :: 5 - Production/Stable'
3030
dependencies = [
3131
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
3232
'enum34; python_version < "3.4"',

0 commit comments

Comments
 (0)