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
+ ## [ 0.6.0] ( https://www.github.com/googleapis/python-binary-authorization/compare/v0.5.0...v0.6.0 ) (2021-10-13)
4
+
5
+
6
+ ### Features
7
+
8
+ * add trove classifier for python 3.9 and python 3.10 ([ #87 ] ( https://www.github.com/googleapis/python-binary-authorization/issues/87 ) ) ([ 73acd98] ( https://www.github.com/googleapis/python-binary-authorization/commit/73acd98ae81bf43591f7599e70e7f1b264eafceb ) )
9
+
3
10
## [ 0.5.0] ( https://www.github.com/googleapis/python-binary-authorization/compare/v0.4.1...v0.5.0 ) (2021-10-08)
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 = "0.5 .0"
23
+ version = "0.6 .0"
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