Skip to content

Commit

Permalink
chore(main): release 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 21, 2024
1 parent d1883cc commit 1d21ae8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [1.15.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v1.15.0...v1.15.1) (2024-08-21)


### Documentation

* Use unstack() from BigQuery DataFrames instead of pandas in the PyPI sample notebook ([#890](https://github.com/googleapis/python-bigquery-dataframes/issues/890)) ([d1883cc](https://github.com/googleapis/python-bigquery-dataframes/commit/d1883cc04ce5b2944d87a00c79b99a406001ba8f))

## [1.15.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v1.14.0...v1.15.0) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion bigframes/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.15.0"
__version__ = "1.15.1"

0 comments on commit 1d21ae8

Please sign in to comment.