Skip to content

Commit

Permalink
chore(main): release 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 12, 2024
1 parent a61eb4d commit 82b3f52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.26.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v1.26.0...v1.26.1) (2024-11-12)


### Documentation

* Document groupby.head and groupby.size methods ([#1111](https://github.com/googleapis/python-bigquery-dataframes/issues/1111)) ([a61eb4d](https://github.com/googleapis/python-bigquery-dataframes/commit/a61eb4d6e323e5001715d402e0e67054df6e62af))

## [1.26.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v1.25.0...v1.26.0) (2024-11-12)


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.26.0"
__version__ = "1.26.1"
2 changes: 1 addition & 1 deletion third_party/bigframes_vendored/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.26.0"
__version__ = "1.26.1"

0 comments on commit 82b3f52

Please sign in to comment.