File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,15 @@ against beta libraries are addressed with a higher priority.
103
103
104
104
The following client libraries have **beta ** support:
105
105
106
+ - `Google Cloud Billing Budgets `_ (`Billing Budgets README `_, `Billing Budgets Documentation `_)
106
107
- `Google Cloud Firestore `_ (`Firestore README `_, `Firestore Documentation `_)
107
108
- `Google Cloud Video Intelligence `_ (`Video Intelligence README `_, `Video Intelligence Documentation `_)
108
109
- `Google Cloud Vision `_ (`Vision README `_, `Vision Documentation `_)
109
110
111
+ .. _Google Cloud Billing Budgets : https://pypi.org/project/google-cloud-billing-budgets/
112
+ .. _Billing Budgets README : https://github.com/googleapis/google-cloud-python/tree/master/billingbudgets
113
+ .. _Billing Budgets Documentation : https://googleapis.dev/python/billingbudgets/latest
114
+
110
115
.. _Google Cloud Firestore : https://pypi.org/project/google-cloud-firestore/
111
116
.. _Firestore README : https://github.com/googleapis/google-cloud-python/tree/master/firestore
112
117
.. _Firestore Documentation : https://googleapis.dev/python/firestore/latest
Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/billing/docs/how-to/budget-api-overview" ,
5
5
"client_documentation" : " https://googleapis.dev/python/billingbudgets/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/559770" ,
7
- "release_level" : " alpha " ,
7
+ "release_level" : " beta " ,
8
8
"language" : " python" ,
9
9
"repo" : " googleapis/google-cloud-python" ,
10
10
"distribution_name" : " google-cloud-billing-budgets" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## 0.2.0
3
+
4
+ 12-12-2019 12:36 PST
5
+
6
+
7
+ ### New Features
8
+ - Deprecate resource name helper methods (via synth). ([ #9830 ] ( https://github.com/googleapis/google-cloud-python/pull/9830 ) )
9
+
10
+ ### Internal / Testing Changes
11
+ - Add 3.8 unit tests (via synth). ([ #9933 ] ( https://github.com/googleapis/google-cloud-python/pull/9933 ) )
12
+ - Remove TODOs in proto comments (via synth). ([ #9912 ] ( https://github.com/googleapis/google-cloud-python/pull/9912 ) )
13
+ - Add comments to proto files (via synth). ([ #9854 ] ( https://github.com/googleapis/google-cloud-python/pull/9854 ) )
14
+
2
15
## 0.1.0
3
16
4
17
11-15-2019 10:34 PST
Original file line number Diff line number Diff line change 22
22
23
23
name = "google-cloud-billing-budgets"
24
24
description = "Cloud Billing Budget API API client library"
25
- version = "0.1 .0"
26
- release_status = "Development Status :: 3 - Alpha "
25
+ version = "0.2 .0"
26
+ release_status = "Development Status :: 3 - Beta "
27
27
dependencies = [
28
28
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
29
29
'enum34; python_version < "3.4"' ,
You can’t perform that action at this time.
0 commit comments