Skip to content

Commit

Permalink
chore(main): release 2.2.1 (#299)
Browse files Browse the repository at this point in the history
* chore(main): release 2.2.1

* prune changelog

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea committed Feb 9, 2022
1 parent 07155e5 commit 5325ddf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

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

### [2.2.1](https://github.com/googleapis/google-resumable-media-python/compare/v2.2.0...v2.2.1) (2022-02-09)


### Bug Fixes

* don't overwrite user-agent on requests ([42b380e](https://github.com/googleapis/google-resumable-media-python/commit/42b380e9ec7aba59aa205f8f354764c9b7e35f19))

## [2.2.0](https://github.com/googleapis/google-resumable-media-python/compare/v2.1.0...v2.2.0) (2022-01-28)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@

setuptools.setup(
name='google-resumable-media',
version = "2.2.0",
version = "2.2.1",
description='Utilities for Google Media Downloads and Resumable Uploads',
author='Google Cloud Platform',
author_email='googleapis-publisher@google.com',
Expand Down

0 comments on commit 5325ddf

Please sign in to comment.