Skip to content

Commit

Permalink
Bump version: 1.0.4 → 1.0.5 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjames5 authored Aug 1, 2024
1 parent 3c3ae3e commit fc8954f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.5] - 2024-08-01

### Fixed
- Fix BigQuery SchemaField descriptions

### Internal

- Use [hatch][hatch] for build backend.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GBQ - 1.0.4
# GBQ - 1.0.5

[![CI pipeline status](https://github.com/wayfair-incubator/gbq/workflows/CI/badge.svg?branch=main)][ci]
[![PyPI](https://img.shields.io/pypi/v/gbq)](https://pypi.org/project/gbq/)
Expand Down
2 changes: 1 addition & 1 deletion gbq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from gbq.bigquery import BigQuery

__version__ = "1.0.4"
__version__ = "1.0.5"
__author__ = "Jash Parekh <[email protected]>"
__all__ = [BigQuery] # type: ignore
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "gbq"
version = "1.0.4"
version = "1.0.5"
description = "Python wrapper for interacting Google BigQuery."
readme = "README.md"
license = {text = "MIT"}
Expand Down

0 comments on commit fc8954f

Please sign in to comment.