Skip to content

Commit b1f3b71

Browse files
release-please[bot]gcf-owl-bot[bot]chalmerloweparthea
authored
chore(main): release 3.3.3 (#1329)
* chore(main): release 3.3.3 * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update docs/conf.py * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: also run blacken session in the root of the repo * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 89324f0 commit b1f3b71

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

β€Žpackages/google-cloud-bigquery/CHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

77

8+
## [3.3.3](https://github.com/googleapis/python-bigquery/compare/v3.3.2...v3.3.3) (2022-09-28)
9+
10+
11+
### Bug Fixes
12+
13+
* Refactors code to account for a tdqm code deprecation ([#1357](https://github.com/googleapis/python-bigquery/issues/1357)) ([1369a9d](https://github.com/googleapis/python-bigquery/commit/1369a9d937b85d6a2a6bf9a672c71620648b1e3e))
14+
* Validate opentelemetry span job attributes have values ([#1327](https://github.com/googleapis/python-bigquery/issues/1327)) ([8287af1](https://github.com/googleapis/python-bigquery/commit/8287af1299169546f847126f03ae04e48890139e))
15+
16+
17+
### Documentation
18+
19+
* **samples:** uses function (create_job) more appropriate to the described sample intent ([5aeedaa](https://github.com/googleapis/python-bigquery/commit/5aeedaa2f4e6a0200d50521dfd90f39f9a24d0cc))
20+
821
## [3.3.2](https://github.com/googleapis/python-bigquery/compare/v3.3.1...v3.3.2) (2022-08-16)
922

1023

β€Žpackages/google-cloud-bigquery/google/cloud/bigquery/version.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "3.3.2"
15+
__version__ = "3.3.3"

β€Žpackages/google-cloud-bigquery/owlbot.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@
123123
),
124124
)
125125

126-
# s.shell.run(["nox", "-s", "blacken"], hide_output=False)
126+
s.shell.run(["nox", "-s", "blacken"], hide_output=False)
127127
for noxfile in REPO_ROOT.glob("samples/**/noxfile.py"):
128-
s.shell.run(["nox", "-s", "blacken"], cwd=noxfile.parent, hide_output=False)
128+
s.shell.run(["nox", "-s", "blacken"], cwd=noxfile.parent, hide_output=False)

0 commit comments

Comments
Β (0)