Skip to content

Commit

Permalink
chore: release 2.13.1 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 23, 2021
1 parent 0fc3a55 commit e175d3a
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/google-cloud-bigquery/#history

### [2.13.1](https://www.github.com/googleapis/python-bigquery/compare/v2.13.0...v2.13.1) (2021-03-23)


### Bug Fixes

* add ConnectionError to default retry ([#571](https://www.github.com/googleapis/python-bigquery/issues/571)) ([a3edb8b](https://www.github.com/googleapis/python-bigquery/commit/a3edb8b921e029e2c03d33302d408ad5d4e9d4ad))

## [2.13.0](https://www.github.com/googleapis/python-bigquery/compare/v2.12.0...v2.13.0) (2021-03-22)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery/version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.13.0"
__version__ = "2.13.1"

0 comments on commit e175d3a

Please sign in to comment.