Skip to content

Commit e264702

Browse files
chore(release): 2.29.0
1 parent e0975c2 commit e264702

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
---
33

4+
## [2.29.0](https://github.com/ibis-project/ibis-substrait/compare/v2.28.2...v2.29.0) (2023-05-17)
5+
6+
7+
### Features
8+
9+
* add support for ibis 5.x ([22c56b6](https://github.com/ibis-project/ibis-substrait/commit/22c56b604d5e96c4a3eae060f5c82d1f1afe0ab3))
10+
411
## [2.28.2](https://github.com/ibis-project/ibis-substrait/compare/v2.28.1...v2.28.2) (2023-05-17)
512

613

ibis_substrait/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.28.2"
1+
__version__ = "2.29.0"
22
__substrait_version__ = "0.24.0"
33
__substrait_hash__ = "335a4dc74ccb3ef88769878d36c35e511e47ef70"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ibis-substrait"
3-
version = "2.28.2"
3+
version = "2.29.0"
44
build = "build.py"
55
packages = [{ include = "ibis_substrait" }]
66
homepage = "https://github.com/ibis-project/ibis-substrait"

0 commit comments

Comments
 (0)