From 545e27b3ec8f6f11de7825b47bcdbfb587a3d896 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 11:11:38 +0000 Subject: [PATCH] chore(main): release 2.5.1 --- CHANGELOG.md | 7 +++++++ google/cloud/storage/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c312a242..d82a6904d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-storage/#history +## [2.5.1](https://github.com/googleapis/python-storage/compare/v2.5.0...v2.5.1) (2022-08-12) + + +### Documentation + +* clarify prefixes entity in list_blobs and link sample ([#837](https://github.com/googleapis/python-storage/issues/837)) ([7101f47](https://github.com/googleapis/python-storage/commit/7101f47fde663eec4bbaaa246c7fe4e973ca2506)) + ## [2.5.0](https://github.com/googleapis/python-storage/compare/v2.4.0...v2.5.0) (2022-07-24) diff --git a/google/cloud/storage/version.py b/google/cloud/storage/version.py index 5836d8051..aa1cc6e9e 100644 --- a/google/cloud/storage/version.py +++ b/google/cloud/storage/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.5.0" +__version__ = "2.5.1"