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

Commit

Permalink
chore(main): release 1.12.0 (#321)
Browse files Browse the repository at this point in the history
* chore(main): release 1.12.0

* build: use ubuntu 22.04 for tests

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
release-please[bot] and parthea authored Jan 2, 2025
1 parent c000d74 commit af6d7ae
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
name: unittest
jobs:
unit:
runs-on: ubuntu-latest
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
runs-on: ubuntu-22.04
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.1"
".": "1.12.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.12.0](https://github.com/googleapis/python-org-policy/compare/v1.11.1...v1.12.0) (2024-12-27)


### Features

* Add support for opt-in debug logging ([c000d74](https://github.com/googleapis/python-org-policy/commit/c000d7444601c5e19ac4da080e12c41c3eaa5f80))
* Add support for Python 3.13 ([#315](https://github.com/googleapis/python-org-policy/issues/315)) ([2b6bd80](https://github.com/googleapis/python-org-policy/commit/2b6bd80895b85d48e875b74b2b6369374299fdd5))


### Bug Fixes

* Fix typing issue with gRPC metadata when key ends in -bin ([c000d74](https://github.com/googleapis/python-org-policy/commit/c000d7444601c5e19ac4da080e12c41c3eaa5f80))

## [1.11.1](https://github.com/googleapis/python-org-policy/compare/v1.11.0...v1.11.1) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/orgpolicy/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.11.1" # {x-release-please-version}
__version__ = "1.12.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/orgpolicy_v2/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.11.1" # {x-release-please-version}
__version__ = "1.12.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-org-policy",
"version": "0.1.0"
"version": "1.12.0"
},
"snippets": [
{
Expand Down

0 comments on commit af6d7ae

Please sign in to comment.