Skip to content

Commit 3ca407b

Browse files
authored
chore(main): release google-cloud-storage 3.14.1 (#18304)
🤖 I have created a release *beep* *boop* --- ## [3.14.1](google-cloud-storage-v3.14.0...google-cloud-storage-v3.14.1) (2026-09-08) ### Bug Fixes * **storage:** resolve reST link target mismatch in README and add long_description_content_type ([#18210](#18210)) ([400f465](400f465)), refs [#18211](#18211) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 3bbcbdf commit 3ca407b

7 files changed

Lines changed: 13 additions & 6 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"packages/google-cloud-source-context": "1.11.0",
213213
"packages/google-cloud-spanner": "3.71.0",
214214
"packages/google-cloud-speech": "2.40.0",
215-
"packages/google-cloud-storage": "3.14.0",
215+
"packages/google-cloud-storage": "3.14.1",
216216
"packages/google-cloud-storage-control": "1.15.0",
217217
"packages/google-cloud-storage-transfer": "1.21.0",
218218
"packages/google-cloud-storagebatchoperations": "0.8.0",

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2024,7 +2024,7 @@ libraries:
20242024
- resource-name-alias=backupdr.googleapis.com/Backup:BackupDRBackup
20252025
default_version: v1
20262026
- name: google-cloud-storage
2027-
version: 3.14.0
2027+
version: 3.14.1
20282028
apis:
20292029
- path: google/storage/v2
20302030
python:

packages/google-cloud-storage/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [3.14.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-v3.14.0...google-cloud-storage-v3.14.1) (2026-09-08)
8+
9+
10+
### Bug Fixes
11+
12+
* **storage:** resolve reST link target mismatch in README and add long_description_content_type ([#18210](https://github.com/googleapis/google-cloud-python/issues/18210)) ([400f465](https://github.com/googleapis/google-cloud-python/commit/400f46526893ae07506301d9852c1207e827f02a)), refs [#18211](https://github.com/googleapis/google-cloud-python/issues/18211)
13+
714
## [3.14.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-v3.13.1...google-cloud-storage-v3.14.0) (2026-08-21)
815

916

packages/google-cloud-storage/google/cloud/_storage/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__ = "3.14.0" # {x-release-please-version}
16+
__version__ = "3.14.1" # {x-release-please-version}

packages/google-cloud-storage/google/cloud/_storage_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__ = "3.14.0" # {x-release-please-version}
16+
__version__ = "3.14.1" # {x-release-please-version}

packages/google-cloud-storage/google/cloud/storage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "3.14.0"
15+
__version__ = "3.14.1"

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

0 commit comments

Comments
 (0)