File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
packages/google-cloud-binary-authorization Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.3.2] ( https://github.com/googleapis/python-binary-authorization/compare/v1.3.1...v1.3.2 ) (2022-09-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** Require protobuf >= 3.20.2 ([ #182 ] ( https://github.com/googleapis/python-binary-authorization/issues/182 ) ) ([ c469fcc] ( https://github.com/googleapis/python-binary-authorization/commit/c469fcc556309cf1bb47e64c362e877a9aab2f2c ) )
9
+
3
10
## [ 1.3.1] ( https://github.com/googleapis/python-binary-authorization/compare/v1.3.0...v1.3.1 ) (2022-08-11)
4
11
5
12
Original file line number Diff line number Diff line change 20
20
21
21
import setuptools # type: ignore
22
22
23
- version = "1.3.1 "
23
+ version = "1.3.2 "
24
24
25
25
package_root = os .path .abspath (os .path .dirname (__file__ ))
26
26
You can’t perform that action at this time.
0 commit comments