From 334499fb509e0d32254ac58fb155066faccfeec4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 09:44:27 -0400 Subject: [PATCH] chore: release 0.9.1 (#196) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d996fe5..2bf5b4d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/sqlalchemy-bigquery/#history +### [0.9.1](https://www.github.com/googleapis/python-bigquery-sqlalchemy/compare/v0.9.0...v0.9.1) (2021-06-25) + + +### Documentation + +* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([d52334c](https://www.github.com/googleapis/python-bigquery-sqlalchemy/commit/d52334c3290d8356a26e1c9fc54dae75854410c9)) + ## [0.9.0](https://www.github.com/googleapis/python-bigquery-sqlalchemy/compare/v0.8.0...v0.9.0) (2021-05-25) diff --git a/setup.py b/setup.py index 0c0b7ef7..980375fb 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ # Package metadata. -name = "sqlalchemy-bigquery" +name = "pybigquery" description = "SQLAlchemy dialect for BigQuery" # Should be one of: