diff --git a/.coveragerc b/.coveragerc index 89c9bc1b9..23b104f89 100644 --- a/.coveragerc +++ b/.coveragerc @@ -4,6 +4,10 @@ branch = True [report] show_missing = True omit = + .nox/* + .nox/* + .nox/* + .nox/* .nox/* .nox/* .nox/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b077ea5..b6e9bd70d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-storage/#history +## [3.2.1](https://github.com/googleapis/python-storage/compare/v3.2.0...v3.2.1) (2025-07-18) + + +### Documentation + +* Update the documentation of move_blob function ([#1507](https://github.com/googleapis/python-storage/issues/1507)) ([72252e9](https://github.com/googleapis/python-storage/commit/72252e940909ce2e3da9cfd80f5b7b43a026f45c)) + ## [3.2.0](https://github.com/googleapis/python-storage/compare/v3.1.1...v3.2.0) (2025-07-04) diff --git a/google/cloud/storage/version.py b/google/cloud/storage/version.py index c24ca23d6..a95b93799 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__ = "3.2.0" +__version__ = "3.2.1"