We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966e893 commit 8aa8a49Copy full SHA for 8aa8a49
2 files changed
packages/google-cloud-bigquery-datatransfer/CHANGELOG.md
@@ -4,6 +4,15 @@
4
5
[1]: https://pypi.org/project/google-cloud-bigquery-datatransfer/#history
6
7
+## 2.1.0
8
+
9
+09-29-2020 09:34 PDT
10
11
12
+### Implementation Changes
13
14
+Adjust gapic namespace to `google.cloud.bigquery_datatransfer` ([#61](https://github.com/googleapis/python-bigquery-datatransfer/pull/61))
15
16
## 2.0.0
17
18
09-21-2020 08:36 PDT
packages/google-cloud-bigquery-datatransfer/setup.py
@@ -22,7 +22,7 @@
22
23
name = "google-cloud-bigquery-datatransfer"
24
description = "BigQuery Data Transfer API client library"
25
-version = "2.0.0"
+version = "2.1.0"
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments