Skip to content

Commit

Permalink
chore: release 0.6.1 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 12, 2021
1 parent ab2051d commit 75a6458
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/pybigquery/#history

### [0.6.1](https://www.github.com/googleapis/python-bigquery-sqlalchemy/compare/v0.6.0...v0.6.1) (2021-04-12)


### Bug Fixes

* use `project_id` property from service account credentials ([#120](https://www.github.com/googleapis/python-bigquery-sqlalchemy/issues/120)) ([ab2051d](https://www.github.com/googleapis/python-bigquery-sqlalchemy/commit/ab2051de3097adb68503c01a87f9a91092711d2a))

## [0.6.0](https://www.github.com/googleapis/python-bigquery-sqlalchemy/compare/v0.5.1...v0.6.0) (2021-04-06)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@
# Package metadata.

name = "pybigquery"
version = "0.6.0"
version = "0.6.1"
description = "SQLAlchemy dialect for BigQuery"

# Should be one of:
Expand Down

0 comments on commit 75a6458

Please sign in to comment.