File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
packages/google-cloud-bigquery-connection Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.0] ( https://www.github.com/googleapis/python-bigquery-connection/compare/v0.3.0...v1.0.0 ) (2020-10-29)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * update package names to avoid conflict with google-cloud-bigquery (#27 )
9
+
10
+ ### Bug Fixes
11
+
12
+ * update package names to avoid conflict with google-cloud-bigquery ([ #27 ] ( https://www.github.com/googleapis/python-bigquery-connection/issues/27 ) ) ([ 741121c] ( https://www.github.com/googleapis/python-bigquery-connection/commit/741121c44786ac78e5750aa5383b6da918c3230c ) )
13
+
3
14
## [ 0.3.0] ( https://www.github.com/googleapis/python-bigquery-connection/compare/v0.2.0...v0.3.0 ) (2020-10-28)
4
15
5
16
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 = "1.0 .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