8000 chore(main): release 1.9.0 (#243) · googleapis/python-org-policy@8239640 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 8239640

Browse files
chore(main): release 1.9.0 (#243)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
1 parent 93d96f4 commit 8239640

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
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-
".": "1.8.3"
2+
".": "1.9.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.9.0](https://github.com/googleapis/python-org-policy/compare/v1.8.3...v1.9.0) (2023-12-07)
4+
5+
6+
### Features
7+
8+
* Add support for Python 3.12 ([#242](https://github.com/googleapis/python-org-policy/issues/242)) ([400b684](https://github.com/googleapis/python-org-policy/commit/400b6843a6cc929ad9f22d79ad34acb172ca92fe))
9+
* Introduce compatibility with native namespace packages ([#241](https://github.com/googleapis/python-org-policy/issues/241)) ([bac1c15](https://github.com/googleapis/python-org-policy/commit/bac1c150be981f6275ef3717187fcac4aba55eed))
10+
11+
12+
### Bug Fixes
13+
14+
* Use `retry_async` instead of `retry` in async client ([78d90a3](https://github.com/googleapis/python-org-policy/commit/78d90a37c03a8ac0825ac3890f61e2496a86bab6))
15+
316
## [1.8.3](https://github.com/googleapis/python-org-policy/compare/v1.8.2...v1.8.3) (2023-11-09)
417

518

google/cloud/orgpolicy/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__ = "1.8.3" # {x-release-please-version}
16+
__version__ = "1.9.0" # {x-release-please-version}

google/cloud/orgpolicy_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__ = "1.8.3" # {x-release-please-version}
16+
__version__ = "1.9.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.orgpolicy.v2.json

-1Lines 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-org-policy",
11-
"version": "0.1.0"
11+
"version": "1.9.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)
0