Skip to content

Commit

Permalink
chore(main): release 1.3.3 (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Feb 28, 2022
1 parent 0a871d8 commit 792b147
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/google-cloud-bigquery-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [1.3.3](https://github.com/googleapis/python-bigquery-connection/compare/v1.3.2...v1.3.3) (2022-02-26)


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([d1e6767](https://github.com/googleapis/python-bigquery-connection/commit/d1e676705826962072919c51d881f22d540377b5))


### Documentation

* add generated snippets ([#165](https://github.com/googleapis/python-bigquery-connection/issues/165)) ([53edc14](https://github.com/googleapis/python-bigquery-connection/commit/53edc14b8f976985549856ac0823565b88a1a4ee))

### [1.3.2](https://github.com/googleapis/python-bigquery-connection/compare/v1.3.1...v1.3.2) (2022-01-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-connection/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.3.2"
version = "1.3.3"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 792b147

Please sign in to comment.