Skip to content

Commit

Permalink
chore: release 0.3.0 (#27)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [0.3.0](https://github.com/googleapis/python-org-policy/compare/v0.2.0...v0.3.0) (2021-05-16)


### Features

* add `from_service_account_info` ([#24](https://github.com/googleapis/python-org-policy/issues/24)) ([cb5881d](https://github.com/googleapis/python-org-policy/commit/cb5881dac8121617fda5a4d9df9f70c80dcc8735))
* support self-signed JWT flow for service accounts ([aade679](https://github.com/googleapis/python-org-policy/commit/aade679d6c04808408110292a3de805fa3364286))


### Bug Fixes

* add async client to %name_%version/init.py chore: add autogenerated snippets ([aade679](https://github.com/googleapis/python-org-policy/commit/aade679d6c04808408110292a3de805fa3364286))
* **deps:** add packaging requirement ([#48](https://github.com/googleapis/python-org-policy/issues/48)) ([3056b54](https://github.com/googleapis/python-org-policy/commit/3056b54822f11f0b3e2caa220a115f223bac438b))
* Fixed broken url for package. ([#38](https://github.com/googleapis/python-org-policy/issues/38)) ([7b27dac](https://github.com/googleapis/python-org-policy/commit/7b27dac39dbdda9789533502356cee6f5d9303c2)), closes [#37](https://github.com/googleapis/python-org-policy/issues/37)
* use correct retry deadline ([#28](https://github.com/googleapis/python-org-policy/issues/28)) ([5d1f86c](https://github.com/googleapis/python-org-policy/commit/5d1f86c3121c778f71205364af43e1f26f4c12c9))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored May 18, 2021
1 parent 2e47dc9 commit 31ecba2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/google-cloud-org-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.3.0](https://github.com/googleapis/python-org-policy/compare/v0.2.0...v0.3.0) (2021-05-16)


### Features

* add `from_service_account_info` ([#24](https://github.com/googleapis/python-org-policy/issues/24)) ([cb5881d](https://github.com/googleapis/python-org-policy/commit/cb5881dac8121617fda5a4d9df9f70c80dcc8735))
* support self-signed JWT flow for service accounts ([aade679](https://github.com/googleapis/python-org-policy/commit/aade679d6c04808408110292a3de805fa3364286))


### Bug Fixes

* add async client to %name_%version/init.py chore: add autogenerated snippets ([aade679](https://github.com/googleapis/python-org-policy/commit/aade679d6c04808408110292a3de805fa3364286))
* **deps:** add packaging requirement ([#48](https://github.com/googleapis/python-org-policy/issues/48)) ([3056b54](https://github.com/googleapis/python-org-policy/commit/3056b54822f11f0b3e2caa220a115f223bac438b))
* Fixed broken url for package. ([#38](https://github.com/googleapis/python-org-policy/issues/38)) ([7b27dac](https://github.com/googleapis/python-org-policy/commit/7b27dac39dbdda9789533502356cee6f5d9303c2)), closes [#37](https://github.com/googleapis/python-org-policy/issues/37)
* use correct retry deadline ([#28](https://github.com/googleapis/python-org-policy/issues/28)) ([5d1f86c](https://github.com/googleapis/python-org-policy/commit/5d1f86c3121c778f71205364af43e1f26f4c12c9))

## [0.2.0](https://github.com/googleapis/python-org-policy/compare/v0.1.2...v0.2.0) (2021-03-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-org-policy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.2.0"
version = "0.3.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 31ecba2

Please sign in to comment.