Skip to content

Commit 905a420

Browse files
author
Jon Wayne Parrott
authored
Release bigquery_datatransfer 0.1.1 (googleapis#4949)
1 parent 0ccac5c commit 905a420

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

bigquery_datatransfer/CHANGELOG.md

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

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

7+
## 0.1.1
8+
9+
### Dependencies
10+
11+
- Update dependency range for api-core to include v1.0.0 releases (#4944)
12+
13+
### Documentation
14+
15+
- Fix package name in readme (#4670)
16+
- BigQueryDataTransfer: update 404 link for API documentation (#4672)
17+
- Replacing references to `stable/` docs with `latest/`. (#4638)
18+
19+
### Testing and internal changes
20+
21+
- Re-enable lint for tests, remove usage of pylint (#4921)
22+
- Normalize all setup.py files (#4909)
23+
- Update index.rst (#4816)
24+
- nox unittest updates (#4646)
25+
726
## 0.1.0
827

928
[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)

bigquery_datatransfer/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-bigquery-datatransfer'
2424
description = 'BigQuery Data Transfer API client library'
25-
version = '0.1.1.dev1'
25+
version = '0.1.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)