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

Commit 319c303

Browse files
chore(main): release 3.17.0 (#533)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 523eb6a commit 319c303

12 files changed

+23
-11
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.16.0"
2+
".": "3.17.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-cloud-asset/#history
66

7+
## [3.17.0](https://github.com/googleapis/python-asset/compare/v3.16.0...v3.17.0) (2023-01-14)
8+
9+
10+
### Features
11+
12+
* Policy Analyzer for Organization Policy is publicly available ([ff8f92a](https://github.com/googleapis/python-asset/commit/ff8f92a3a8dd2c103545d44ca8305eaea68ddbc3))
13+
14+
15+
### Documentation
16+
17+
* Brand and typo fixes ([ff8f92a](https://github.com/googleapis/python-asset/commit/ff8f92a3a8dd2c103545d44ca8305eaea68ddbc3))
18+
719
## [3.16.0](https://github.com/googleapis/python-asset/compare/v3.15.0...v3.16.0) (2023-01-10)
820

921

google/cloud/asset/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.16.0" # {x-release-please-version}
16+
__version__ = "3.17.0" # {x-release-please-version}

google/cloud/asset_v1/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.16.0" # {x-release-please-version}
16+
__version__ = "3.17.0" # {x-release-please-version}

google/cloud/asset_v1p1beta1/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.16.0" # {x-release-please-version}
16+
__version__ = "3.17.0" # {x-release-please-version}

google/cloud/asset_v1p2beta1/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.16.0" # {x-release-please-version}
16+
__version__ = "3.17.0" # {x-release-please-version}

google/cloud/asset_v1p4beta1/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.16.0" # {x-release-please-version}
16+
__version__ = "3.17.0" # {x-release-please-version}

google/cloud/asset_v1p5beta1/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.16.0" # {x-release-please-version}
16+
__version__ = "3.17.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.asset.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-asset",
11-
"version": "0.1.0"
11+
"version": "3.17.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.asset.v1p1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-asset",
11-
"version": "0.1.0"
11+
"version": "3.17.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.asset.v1p2beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-asset",
11-
"version": "0.1.0"
11+
"version": "3.17.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.asset.v1p5beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-asset",
11-
"version": "0.1.0"
11+
"version": "3.17.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)