Skip to content

Commit d16f5c1

Browse files
authored
Mark bigquery as back under dev after 0.29.0 release. (#4691)
1 parent fc31a25 commit d16f5c1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

bigquery/CHANGELOG.md

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

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

7+
## 0.29.1 (unreleased)
8+
9+
- TBD
10+
711
## 0.29.0
812

913
### Interface changes / additions

bigquery/setup.py

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

6565
setup(
6666
name='google-cloud-bigquery',
67-
version='0.29.0',
67+
version='0.29.1.dev1',
6868
description='Python Client for Google BigQuery',
6969
long_description=README,
7070
namespace_packages=[

0 commit comments

Comments
 (0)