File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
packages/google-cloud-bigquery-connection 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.2.0] ( https://www.github.com/googleapis/python-bigquery-connection/compare/v1.1.1...v1.2.0 ) (2021-07-13)
4
+
5
+
6
+ ### Features
7
+
8
+ * add cloud spanner connection support ([ #93 ] ( https://www.github.com/googleapis/python-bigquery-connection/issues/93 ) ) ([ 3ae2369] ( https://www.github.com/googleapis/python-bigquery-connection/commit/3ae236928f0ac923367d5379daa59f366299397b ) )
9
+
3
10
### [ 1.1.1] ( https://www.github.com/googleapis/python-bigquery-connection/compare/v1.1.0...v1.1.1 ) (2021-06-30)
4
11
5
12
Original file line number Diff line number Diff line change 19
19
import os
20
20
import setuptools # type: ignore
21
21
22
- version = "1.1.1 "
22
+ version = "1.2.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