Skip to content

Commit 92f1a37

Browse files
chore: release main
1 parent 948efc5 commit 92f1a37

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"packages/google-cloud-storage-transfer": "1.16.1",
169169
"packages/google-cloud-storagebatchoperations": "0.1.3",
170170
"packages/google-cloud-storageinsights": "0.1.16",
171-
"packages/google-cloud-support": "0.1.16",
171+
"packages/google-cloud-support": "0.1.17",
172172
"packages/google-cloud-talent": "2.17.1",
173173
"packages/google-cloud-tasks": "2.19.2",
174174
"packages/google-cloud-telcoautomation": "0.2.10",

packages/google-cloud-support/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.17](https://github.com/googleapis/google-cloud-python/compare/google-cloud-support-v0.1.16...google-cloud-support-v0.1.17) (2025-05-20)
4+
5+
6+
### Documentation
7+
8+
* Annotate all names with IDENTIFIER ([948efc5](https://github.com/googleapis/google-cloud-python/commit/948efc53b02593b76a8ba587944751e2ddb85bc8))
9+
* Remove unnecessary curl and Python documentation ([948efc5](https://github.com/googleapis/google-cloud-python/commit/948efc53b02593b76a8ba587944751e2ddb85bc8))
10+
* Use backticks around `username` in documentation for `Actor.email` ([948efc5](https://github.com/googleapis/google-cloud-python/commit/948efc53b02593b76a8ba587944751e2ddb85bc8))
11+
312
## [0.1.16](https://github.com/googleapis/google-cloud-python/compare/google-cloud-support-v0.1.15...google-cloud-support-v0.1.16) (2025-05-20)
413

514

packages/google-cloud-support/google/cloud/support/gapic_version.py

Lines changed: 1 addition & 1 deletion
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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.17" # {x-release-please-version}

packages/google-cloud-support/google/cloud/support_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.17" # {x-release-please-version}

packages/google-cloud-support/google/cloud/support_v2beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.17" # {x-release-please-version}

packages/google-cloud-support/samples/generated_samples/snippet_metadata_google.cloud.support.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-support",
11-
"version": "0.1.0"
11+
"version": "0.1.17"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-support/samples/generated_samples/snippet_metadata_google.cloud.support.v2beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-support",
11-
"version": "0.1.0"
11+
"version": "0.1.17"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)