We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc31a25 commit d16f5c1Copy full SHA for d16f5c1
2 files changed
bigquery/CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
[1]: https://pypi.org/project/google-cloud-bigquery/#history
6
7
+## 0.29.1 (unreleased)
8
+
9
+- TBD
10
11
## 0.29.0
12
13
### Interface changes / additions
bigquery/setup.py
@@ -64,7 +64,7 @@
64
65
setup(
66
name='google-cloud-bigquery',
67
- version='0.29.0',
+ version='0.29.1.dev1',
68
description='Python Client for Google BigQuery',
69
long_description=README,
70
namespace_packages=[
0 commit comments