Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

chore(main): release 0.13.0 #65

Merged
merged 2 commits into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.13.0](https://github.com/googleapis/python-grpc-google-iam-v1/compare/v0.12.7...v0.13.0) (2023-11-29)


### Features

* Add support for Python 3.12 ([#64](https://github.com/googleapis/python-grpc-google-iam-v1/issues/64)) ([f0fc9e2](https://github.com/googleapis/python-grpc-google-iam-v1/commit/f0fc9e2dcdf67912d7186f15832779fd18f8fb81))
* Introduce compatibility with native namespace packages ([#59](https://github.com/googleapis/python-grpc-google-iam-v1/issues/59)) ([93217c3](https://github.com/googleapis/python-grpc-google-iam-v1/commit/93217c31871168a904064aeedb6d9b91fbda5668))

## [0.12.7](https://github.com/googleapis/python-grpc-google-iam-v1/compare/v0.12.6...v0.12.7) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "grpc-google-iam-v1"
description = "IAM API client library"
version = "0.12.7"
version = "0.13.0"
url = "https://github.com/googleapis/python-grpc-google-iam-v1"
release_status = "Development Status :: 4 - Beta"
dependencies = [
Expand Down