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

Commit

Permalink
chore: release 1.0.1 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 28, 2021
1 parent f0a76b6 commit 307b1d6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

### [1.0.1](https://github.com/googleapis/python-org-policy/compare/v1.0.0...v1.0.1) (2021-07-26)


### Bug Fixes

* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#65](https://github.com/googleapis/python-org-policy/issues/65)) ([f486869](https://github.com/googleapis/python-org-policy/commit/f486869b2c232f2c4934dab8e25637a45f577f9b))
* enable self signed jwt for grpc ([#71](https://github.com/googleapis/python-org-policy/issues/71)) ([26c70cd](https://github.com/googleapis/python-org-policy/commit/26c70cdc94326d5c312a6f601f2976e67087717b))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#66](https://github.com/googleapis/python-org-policy/issues/66)) ([9cf6fc8](https://github.com/googleapis/python-org-policy/commit/9cf6fc8dbcfe6798a06f0704165dc58af2a5170a))


### Miscellaneous Chores

* release 1.0.1 ([#70](https://github.com/googleapis/python-org-policy/issues/70)) ([f0a76b6](https://github.com/googleapis/python-org-policy/commit/f0a76b66e5fe5535c01663f01b453c527b960b5f))

## [1.0.0](https://github.com/googleapis/python-org-policy/compare/v0.3.0...v1.0.0) (2021-07-01)


Expand Down
2 changes: 1 addition & 1 deletion 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.0.0"
version = "1.0.1"

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

Expand Down

0 comments on commit 307b1d6

Please sign in to comment.