Skip to content

Commit 32d81a4

Browse files
chore: release main
1 parent dd531aa commit 32d81a4

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
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-shell": "1.12.1",
169169
"packages/google-cloud-source-context": "1.7.1",
170170
"packages/google-cloud-speech": "2.33.0",
171-
"packages/google-cloud-storage-control": "1.6.0",
171+
"packages/google-cloud-storage-control": "1.6.1",
172172
"packages/google-cloud-storage-transfer": "1.17.0",
173173
"packages/google-cloud-storagebatchoperations": "0.1.3",
174174
"packages/google-cloud-storageinsights": "0.1.16",

packages/google-cloud-storage-control/CHANGELOG.md

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

3+
## [1.6.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-control-v1.6.0...google-cloud-storage-control-v1.6.1) (2025-07-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Set API shortname storagecontrol to storage ([#14083](https://github.com/googleapis/google-cloud-python/issues/14083)) ([dd531aa](https://github.com/googleapis/google-cloud-python/commit/dd531aaf1a6afcfa5b6f4b02b6758e8c639ad72e))
9+
310
## [1.6.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-control-v1.5.0...google-cloud-storage-control-v1.6.0) (2025-07-02)
411

512

packages/google-cloud-storage-control/google/cloud/storage_control/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__ = "1.6.0" # {x-release-please-version}
16+
__version__ = "1.6.1" # {x-release-please-version}

packages/google-cloud-storage-control/google/cloud/storage_control_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__ = "1.6.0" # {x-release-please-version}
16+
__version__ = "1.6.1" # {x-release-please-version}

packages/google-cloud-storage-control/samples/generated_samples/snippet_metadata_google.storage.control.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-storage-control",
11-
"version": "1.6.0"
11+
"version": "1.6.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)