Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 7671a55

Browse files
authored
Release tasks 1.0.0 (#7818)
1 parent 14d6016 commit 7671a55

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
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

919
04-15-2019 10:21 PDT

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Python 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
77
requests.
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

setup.py

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

2222
name = 'google-cloud-tasks'
2323
description = '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'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
2828
'grpc-google-iam-v1 >= 0.11.4, < 0.12dev',

0 commit comments

Comments
 (0)