Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 0a327ab

Browse files
chore(main): release 1.3.2 (#153)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e88e34c commit 0a327ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
### [1.3.2](https://github.com/googleapis/python-org-policy/compare/v1.3.1...v1.3.2) (2022-05-26)
4+
5+
6+
### Bug Fixes
7+
8+
* regenerate pb2 files using grpcio-tools ([#152](https://github.com/googleapis/python-org-policy/issues/152)) ([e88e34c](https://github.com/googleapis/python-org-policy/commit/e88e34cbd3edfd918d71aed25290ae0df4e471db))
9+
310
### [1.3.1](https://github.com/googleapis/python-org-policy/compare/v1.3.0...v1.3.1) (2022-03-05)
411

512

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.3.1"
22+
version = "1.3.2"
2323

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

0 commit comments

Comments
 (0)