Skip to content

Commit

Permalink
chore(release): 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 17, 2023
1 parent e0975c2 commit e264702
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
@@ -1,6 +1,13 @@
Release Notes
---

## [2.29.0](https://github.com/ibis-project/ibis-substrait/compare/v2.28.2...v2.29.0) (2023-05-17)


### Features

* add support for ibis 5.x ([22c56b6](https://github.com/ibis-project/ibis-substrait/commit/22c56b604d5e96c4a3eae060f5c82d1f1afe0ab3))

## [2.28.2](https://github.com/ibis-project/ibis-substrait/compare/v2.28.1...v2.28.2) (2023-05-17)


Expand Down
2 changes: 1 addition & 1 deletion ibis_substrait/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.28.2"
__version__ = "2.29.0"
__substrait_version__ = "0.24.0"
__substrait_hash__ = "335a4dc74ccb3ef88769878d36c35e511e47ef70"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ibis-substrait"
version = "2.28.2"
version = "2.29.0"
build = "build.py"
packages = [{ include = "ibis_substrait" }]
homepage = "https://github.com/ibis-project/ibis-substrait"
Expand Down

0 comments on commit e264702

Please sign in to comment.