Skip to content

Commit 7f585af

Browse files
authored
Release bigquery_datatransfer 0.3.0 (googleapis#6958)
* Release 0.3.0 * Update bigquery_datatransfer/CHANGELOG.md Co-Authored-By: crwilcox <crwilcox@google.com> * Update bigquery_datatransfer/CHANGELOG.md Co-Authored-By: crwilcox <crwilcox@google.com> * Update bigquery_datatransfer/CHANGELOG.md Co-Authored-By: crwilcox <crwilcox@google.com>
1 parent 6dc5395 commit 7f585af

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

bigquery_datatransfer/CHANGELOG.md

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

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

7+
## 0.3.0
8+
9+
12-17-2018 17:59 PST
10+
11+
12+
### Implementation Changes
13+
- Pick up enum fixes in the GAPIC generator. ([#6608](https://github.com/googleapis/google-cloud-python/pull/6608))
14+
- Pick up fixes in GAPIC generator. ([#6491](https://github.com/googleapis/google-cloud-python/pull/6491))
15+
- Fix `client_info` bug, update docstrings. ([#6405](https://github.com/googleapis/google-cloud-python/pull/6405))
16+
- Re-generate library using bigquery_datatransfer/synth.py ([#5973](https://github.com/googleapis/google-cloud-python/pull/5973))
17+
- Fix stray, lint-breaking blank lines from autosynth. ([#5960](https://github.com/googleapis/google-cloud-python/pull/5960))
18+
- Re-generate library using `bigquery_datatransfer/synth.py`. ([#5947](https://github.com/googleapis/google-cloud-python/pull/5947))
19+
20+
### Dependencies
21+
- Bump minimum api_core version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
22+
23+
### Documentation
24+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
25+
- Fix GAX fossils ([#6264](https://github.com/googleapis/google-cloud-python/pull/6264))
26+
- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
27+
- Harmonize / DRY 'README.rst' / 'docs/index.rst'. ([#6013](https://github.com/googleapis/google-cloud-python/pull/6013))
28+
29+
### Internal / Testing Changes
30+
- Update noxfile.
31+
- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
32+
- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
33+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
34+
- Unblack bigquery gapic and protos.
35+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
36+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
37+
- Add synth metadata. ([#6562](https://github.com/googleapis/google-cloud-python/pull/6562))
38+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
39+
740
## 0.2.0
841

942
### Implementation Changes

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.2.0'
25+
version = '0.3.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)