This repository was archived by the owner on Feb 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-tasks/#history
66
7+ ## 1.0.0
8+
9+ 04-29-2019 16:35 PDT
10+
11+ ### Documentation
12+ - Correct docs/index.rst. ([ #7808 ] ( https://github.com/googleapis/google-cloud-python/pull/7808 ) )
13+
14+ ### Internal / Testing Changes
15+ - Add smoke test. ([ #7808 ] ( https://github.com/googleapis/google-cloud-python/pull/7808 ) )
16+
717## 0.7.0
818
91904-15-2019 10:21 PDT
Original file line number Diff line number Diff line change 11Python Client for Cloud Tasks API
22=================================
33
4- |alpha | |pypi | |versions |
4+ |GA | |pypi | |versions |
55
66`Cloud Tasks API `_: Manages the execution of large numbers of distributed
77requests.
88
99- `Client Library Documentation `_
1010- `Product Documentation `_
1111
12- .. |alpha | image :: https://img.shields.io/badge/support-alpha-orange .svg
13- :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
12+ .. |GA | image :: https://img.shields.io/badge/support-GA-gold .svg
13+ :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1414.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-tasks.svg
1515 :target: https://pypi.org/project/google-cloud-tasks/
1616.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-tasks.svg
Original file line number Diff line number Diff line change 2121
2222name = 'google-cloud-tasks'
2323description = 'Cloud Tasks API API client library'
24- version = '0.7 .0'
25- release_status = 'Development Status :: 3 - Alpha '
24+ version = '1.0 .0'
25+ release_status = 'Development Status :: 5 - Production/Stable '
2626dependencies = [
2727 'google-api-core[grpc] >= 1.6.0, < 2.0.0dev' ,
2828 'grpc-google-iam-v1 >= 0.11.4, < 0.12dev' ,
You can’t perform that action at this time.
0 commit comments