Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit daf39e8

Browse files
chore(main): release 3.11.1
1 parent ce8756f commit daf39e8

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.11.0"
2+
".": "3.11.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-bigquery-datatransfer/#history
66

7+
## [3.11.1](https://github.com/googleapis/python-bigquery-datatransfer/compare/v3.11.0...v3.11.1) (2023-03-16)
8+
9+
10+
### Bug Fixes
11+
12+
* Replaces deprecated snippet ([#448](https://github.com/googleapis/python-bigquery-datatransfer/issues/448)) ([e2f04db](https://github.com/googleapis/python-bigquery-datatransfer/commit/e2f04db7553721610903500133553e67fe717642))
13+
714
## [3.11.0](https://github.com/googleapis/python-bigquery-datatransfer/compare/v3.10.1...v3.11.0) (2023-02-28)
815

916

google/cloud/bigquery_datatransfer/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.11.0" # {x-release-please-version}
16+
__version__ = "3.11.1" # {x-release-please-version}

google/cloud/bigquery_datatransfer_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.11.0" # {x-release-please-version}
16+
__version__ = "3.11.1" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.bigquery.datatransfer.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-datatransfer",
11-
"version": "3.11.0"
11+
"version": "3.11.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)