Skip to content

Commit f6cb497

Browse files
authored
chore: librarian release pull request: 20251111T145430Z (#489)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v1.0.1-0.20251108121427-a138f6a0397e Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 <details><summary>google-resumable-media: 2.8.0</summary> ## [2.8.0](v2.7.2...v2.8.0) (2025-11-11) ### Features * Add support for Python 3.13 and 3.14 (#485) ([9937233](9937233d)) ### Bug Fixes * resolve issue where pre-release versions of dependencies are installed (#481) ([23dafcf](23dafcf3)) * remove setup.cfg configuration for creating universal wheels (#484) ([75dbecf](75dbecf8)) </details>
1 parent 54a56f1 commit f6cb497

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
22
libraries:
33
- id: google-resumable-media
4-
version: 2.7.2
4+
version: 2.8.0
5+
last_generated_commit: ""
56
apis: []
67
source_roots:
78
- .

CHANGELOG.md

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

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

7+
## [2.8.0](https://github.com/googleapis/google-cloud-python/compare/google-resumable-media-v2.7.2...google-resumable-media-v2.8.0) (2025-11-11)
8+
9+
10+
### Features
11+
12+
* Add support for Python 3.13 and 3.14 (#485) ([9937233ded26924179d717b69df7c76c93f8c133](https://github.com/googleapis/google-cloud-python/commit/9937233ded26924179d717b69df7c76c93f8c133))
13+
14+
15+
### Bug Fixes
16+
17+
* remove setup.cfg configuration for creating universal wheels (#484) ([75dbecf8d140483da27dffc970e2e87338e71432](https://github.com/googleapis/google-cloud-python/commit/75dbecf8d140483da27dffc970e2e87338e71432))
18+
* resolve issue where pre-release versions of dependencies are installed (#481) ([23dafcf3f216a090a0d0c6941048c7da13cbe496](https://github.com/googleapis/google-cloud-python/commit/23dafcf3f216a090a0d0c6941048c7da13cbe496))
19+
720
## [2.7.2](https://github.com/googleapis/google-resumable-media-python/compare/v2.7.1...v2.7.2) (2024-08-07)
821

922

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setuptools.setup(
3737
name='google-resumable-media',
38-
version = "2.7.2",
38+
version = "2.8.0",
3939
description='Utilities for Google Media Downloads and Resumable Uploads',
4040
author='Google Cloud Platform',
4141
author_email='googleapis-publisher@google.com',

0 commit comments

Comments
 (0)