File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
packages/google-cloud-bigquery-reservation 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.0] ( https://www.github.com/googleapis/python-bigquery-reservation/compare/v0.3.0...v0.4.0 ) (2020-10-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * add path formatting helper methods ([ 362e0fe] ( https://www.github.com/googleapis/python-bigquery-reservation/commit/362e0fe51364101bd770cce851d986eea6c56e6a ) )
9
+ * implement mtls env variables mentioned in aip.dev/auth/4114 ([ #39 ] ( https://www.github.com/googleapis/python-bigquery-reservation/issues/39 ) ) ([ 21bff87] ( https://www.github.com/googleapis/python-bigquery-reservation/commit/21bff87047519754a01983c9a4551cb534bcb88c ) )
10
+
3
11
## [ 0.3.0] ( https://www.github.com/googleapis/python-bigquery-reservation/compare/v0.2.0...v0.3.0 ) (2020-08-26)
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.3 .0"
22
+ version = "0.4 .0"
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