File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
packages/google-area120-tables Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 0.4.1] ( https://www.github.com/googleapis/python-area120-tables/compare/v0.4.0...v0.4.1 ) (2021-06-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * disable always_use_jwt_access ([ 5c043fa] ( https://www.github.com/googleapis/python-area120-tables/commit/5c043fa62bd8e7cdb27a2392a72a74bb15d2e9f4 ) )
9
+ * disable always_use_jwt_access ([ #65 ] ( https://www.github.com/googleapis/python-area120-tables/issues/65 ) ) ([ 5c043fa] ( https://www.github.com/googleapis/python-area120-tables/commit/5c043fa62bd8e7cdb27a2392a72a74bb15d2e9f4 ) )
10
+
3
11
## [ 0.4.0] ( https://www.github.com/googleapis/python-area120-tables/compare/v0.3.1...v0.4.0 ) (2021-06-23)
4
12
5
13
Original file line number Diff line number Diff line change 19
19
import os
20
20
import setuptools # type: ignore
21
21
22
- version = "0.4.0 "
22
+ version = "0.4.1 "
23
23
24
24
package_root = os .path .abspath (os .path .dirname (__file__ ))
25
25
You can’t perform that action at this time.
0 commit comments