Skip to content

Commit

Permalink
chore: release 1.2.1 (#100)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
### [1.2.1](https://www.github.com/googleapis/python-org-policy/compare/v1.2.0...v1.2.1) (2021-11-01)


### Bug Fixes

* **deps:** drop packaging dependency ([1d6e752](https://www.github.com/googleapis/python-org-policy/commit/1d6e7524d8bfefd52998e887665ab3ba1b507134))
* **deps:** require google-api-core >= 1.28.0 ([1d6e752](https://www.github.com/googleapis/python-org-policy/commit/1d6e7524d8bfefd52998e887665ab3ba1b507134))


### Documentation

* list oneofs in docstring ([1d6e752](https://www.github.com/googleapis/python-org-policy/commit/1d6e7524d8bfefd52998e887665ab3ba1b507134))
---


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 Nov 2, 2021
1 parent 20b19ee commit 3ca7f94
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-org-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [1.2.1](https://www.github.com/googleapis/python-org-policy/compare/v1.2.0...v1.2.1) (2021-11-01)


### Bug Fixes

* **deps:** drop packaging dependency ([1d6e752](https://www.github.com/googleapis/python-org-policy/commit/1d6e7524d8bfefd52998e887665ab3ba1b507134))
* **deps:** require google-api-core >= 1.28.0 ([1d6e752](https://www.github.com/googleapis/python-org-policy/commit/1d6e7524d8bfefd52998e887665ab3ba1b507134))


### Documentation

* list oneofs in docstring ([1d6e752](https://www.github.com/googleapis/python-org-policy/commit/1d6e7524d8bfefd52998e887665ab3ba1b507134))

## [1.2.0](https://www.github.com/googleapis/python-org-policy/compare/v1.1.0...v1.2.0) (2021-10-14)


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 = "1.2.0"
version = "1.2.1"

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

Expand Down

0 comments on commit 3ca7f94

Please sign in to comment.