10000 chore: release 1.0.1 (#72) · googleapis/google-cloud-python@a29ec64 · GitHub
[go: up one dir, main page]

Skip to content

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/google-cloud-org-policy/CHANGELOG.md

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

3+
### [1.0.1](https://www.github.com/googleapis/python-org-policy/compare/v1.0.0...v1.0.1) (2021-07-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#65](https://www.github.com/googleapis/python-org-policy/issues/65)) ([f486869](https://www.github.com/googleapis/python-org-policy/commit/f486869b2c232f2c4934dab8e25637a45f577f9b))
9+
* enable self signed jwt for grpc ([#71](https://www.github.com/googleapis/python-org-policy/issues/71)) ([26c70cd](https://www.github.com/googleapis/python-org-policy/commit/26c70cdc94326d5c312a6f601f2976e67087717b))
10+
11+
12+
### Documentation
13+
14+
* add Samples section to CONTRIBUTING.rst ([#66](https://www.github.com/googleapis/python-org-policy/issues/66)) ([9cf6fc8](https://www.github.com/googleapis/python-org-policy/commit/9cf6fc8dbcfe6798a06f0704165dc58af2a5170a))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release 1.0.1 ([#70](https://www.github.com/googleapis/python-org-policy/issues/70)) ([f0a76b6](https://www.github.com/googleapis/python-org-policy/commit/f0a76b66e5fe5535c01663f01b453c527b960b5f))
20+
321
## [1.0.0](https://www.github.com/googleapis/python-org-policy/compare/v0.3.0...v1.0.0) (2021-07-01)
422

523

packages/google-cloud-org-policy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.0.0"
22+
version = "1.0.1"
2323

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

0 commit comments

Comments
 (0)
0