We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a062d commit 9de4ca1Copy full SHA for 9de4ca1
2 files changed
api_core/CHANGELOG.md
@@ -4,6 +4,15 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
7
+## 1.16.0
8
+
9
+01-13-2020 14:19 PST
10
11
+### New Features
12
13
+- feat(storage): support optionsRequestedPolicyVersion ([#9989](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9989))
14
+- feat(api_core): support version 3 policy bindings ([#9869](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9869))
15
16
## 1.15.0
17
18
12-16-2019 15:27 PST
api_core/setup.py
@@ -22,7 +22,7 @@
22
23
name = "google-api-core"
24
description = "Google API client core library"
25
-version = "1.15.0"
+version = "1.16.0"
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments