Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

Commit 65502ba

Browse files
chore(main): release 2.12.0 (#272)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 107448e commit 65502ba

File tree

10 files changed

+21
-9
lines changed

10 files changed

+21
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.11.2"
2+
".": "2.12.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-cloud-iam/#history
66

7+
## [2.12.0](https://github.com/googleapis/python-iam/compare/v2.11.2...v2.12.0) (2023-03-23)
8+
9+
10+
### Features
11+
12+
* Enable "rest" transport in Python for services supporting numeric enums ([#271](https://github.com/googleapis/python-iam/issues/271)) ([b652b8f](https://github.com/googleapis/python-iam/commit/b652b8f8c9336ef99afc09ba0fe75189fdfe5a89))
13+
14+
15+
### Documentation
16+
17+
* Fix formatting of request arg in docstring ([#277](https://github.com/googleapis/python-iam/issues/277)) ([107448e](https://github.com/googleapis/python-iam/commit/107448e1d952bd7c88bfabc0a765090c81054cdb))
18+
719
## [2.11.2](https://github.com/googleapis/python-iam/compare/v2.11.1...v2.11.2) (2023-02-02)
820

921

google/cloud/iam/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.2" # {x-release-please-version}
16+
__version__ = "2.12.0" # {x-release-please-version}

google/cloud/iam_credentials/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.2" # {x-release-please-version}
16+
__version__ = "2.12.0" # {x-release-please-version}

google/cloud/iam_credentials_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.2" # {x-release-please-version}
16+
__version__ = "2.12.0" # {x-release-please-version}

google/cloud/iam_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.2" # {x-release-please-version}
16+
__version__ = "2.12.0" # {x-release-please-version}

google/cloud/iam_v2beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.2" # {x-release-please-version}
16+
__version__ = "2.12.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.iam.credentials.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-iam",
11-
"version": "0.1.0"
11+
"version": "2.12.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.iam.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-iam",
11-
"version": "0.1.0"
11+
"version": "2.12.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.iam.v2beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-iam",
11-
"version": "0.1.0"
11+
"version": "2.12.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)