Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The following client libraries have **GA** support:
- `Google Cloud Natural Language`_ (`Natural Language README`_)
- `Google Cloud Spanner`_ (`Spanner README`_)
- `Google Cloud Storage`_ (`Storage README`_)
- `Google Cloud Tasks`_ (`Tasks README`_)
- `Google Cloud Translation`_ (`Translation README`_)
- `Stackdriver Logging`_ (`Logging README`_)

Expand All @@ -54,6 +55,8 @@ The following client libraries have **GA** support:
.. _Spanner README: https://github.com/googleapis/google-cloud-python/tree/master/spanner
.. _Google Cloud Storage: https://pypi.org/project/google-cloud-storage/
.. _Storage README: https://github.com/googleapis/google-cloud-python/tree/master/storage
.. _Google Cloud Tasks: https://pypi.org/project/google-cloud-tasks/
.. _Tasks README: https://github.com/googleapis/google-cloud-python/tree/master/tasks
.. _Google Cloud Translation: https://pypi.org/project/google-cloud-translate/
.. _Translation README: https://github.com/googleapis/google-cloud-python/tree/master/translate
.. _Stackdriver Logging: https://pypi.org/project/google-cloud-logging/
Expand Down Expand Up @@ -149,8 +152,6 @@ The following client libraries have **alpha** support:
.. _Scheduler README: https://github.com/googleapis/google-cloud-python/tree/master/scheduler
.. _Google Cloud Security Scanner: https://pypi.org/project/google-cloud-websecurityscanner/
.. _Security Scanner README: https://github.com/googleapis/google-cloud-python/blob/master/websecurityscanner
.. _Google Cloud Tasks: https://pypi.org/project/google-cloud-tasks/
.. _Tasks README: https://github.com/googleapis/google-cloud-python/tree/master/tasks
.. _Google Cloud Text-to-Speech: https://pypi.org/project/google-cloud-texttospeech/
.. _Text-to-Speech README: https://github.com/googleapis/google-cloud-python/tree/master/texttospeech
.. _Google Cloud Trace: https://pypi.org/project/google-cloud-trace/
Expand Down
10 changes: 10 additions & 0 deletions tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

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

## 1.0.0

04-29-2019 16:35 PDT

### Documentation
- Correct docs/index.rst. ([#7808](https://github.com/googleapis/google-cloud-python/pull/7808))

### Internal / Testing Changes
- Add smoke test. ([#7808](https://github.com/googleapis/google-cloud-python/pull/7808))

## 0.7.0

04-15-2019 10:21 PDT
Expand Down
6 changes: 3 additions & 3 deletions tasks/README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Python Client for Cloud Tasks API
=================================

|alpha| |pypi| |versions|
|GA| |pypi| |versions|

`Cloud Tasks API`_: Manages the execution of large numbers of distributed
requests.

- `Client Library Documentation`_
- `Product Documentation`_

.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-tasks.svg
:target: https://pypi.org/project/google-cloud-tasks/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-tasks.svg
Expand Down
4 changes: 2 additions & 2 deletions tasks/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

name = 'google-cloud-tasks'
description = 'Cloud Tasks API API client library'
version = '0.7.0'
release_status = 'Development Status :: 3 - Alpha'
version = '1.0.0'
release_status = 'Development Status :: 5 - Production/Stable'
dependencies = [
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
'grpc-google-iam-v1 >= 0.11.4, < 0.12dev',
Expand Down