diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2f34ecb..16b7b1da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-storage/#history +## [2.13.1](https://github.com/googleapis/python-storage/compare/v2.13.0...v2.13.1) (2023-11-09) + + +### Bug Fixes + +* Use native namespace to avoid pkg_resources warnings ([#1176](https://github.com/googleapis/python-storage/issues/1176)) ([2ed915e](https://github.com/googleapis/python-storage/commit/2ed915ec4b35df6fad04f42df25e48667148fcf5)) + ## [2.13.0](https://github.com/googleapis/python-storage/compare/v2.12.0...v2.13.0) (2023-10-31) diff --git a/google/cloud/storage/version.py b/google/cloud/storage/version.py index b6000e20f..2330d0c2c 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.13.0" +__version__ = "2.13.1"