From fa7b95c964dc0658f61270cc97f74e1f57a753c9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:22:31 +0000 Subject: [PATCH] chore(main): release 2.8.0 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 474adefe..092d67d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://pypi.org/project/google-resumable-media/#history +## [2.8.0](https://github.com/googleapis/google-resumable-media-python/compare/v2.7.2...v2.8.0) (2025-11-10) + + +### Features + +* Add support for Python 3.13 and 3.14 ([#485](https://github.com/googleapis/google-resumable-media-python/issues/485)) ([9937233](https://github.com/googleapis/google-resumable-media-python/commit/9937233ded26924179d717b69df7c76c93f8c133)) + + +### Bug Fixes + +* Remove setup.cfg configuration for creating universal wheels ([#484](https://github.com/googleapis/google-resumable-media-python/issues/484)) ([75dbecf](https://github.com/googleapis/google-resumable-media-python/commit/75dbecf8d140483da27dffc970e2e87338e71432)) +* Resolve issue where pre-release versions of dependencies are installed ([#481](https://github.com/googleapis/google-resumable-media-python/issues/481)) ([23dafcf](https://github.com/googleapis/google-resumable-media-python/commit/23dafcf3f216a090a0d0c6941048c7da13cbe496)) + ## [2.7.2](https://github.com/googleapis/google-resumable-media-python/compare/v2.7.1...v2.7.2) (2024-08-07) diff --git a/setup.py b/setup.py index 72ff1772..7c09ac8a 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setuptools.setup( name='google-resumable-media', - version = "2.7.2", + version = "2.8.0", description='Utilities for Google Media Downloads and Resumable Uploads', author='Google Cloud Platform', author_email='googleapis-publisher@google.com',