diff --git a/CHANGELOG.md b/CHANGELOG.md index 474adef..092d67d 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 72ff177..7c09ac8 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',