Skip to content

Commit 6955517

Browse files
chore(release): 2.29.1
1 parent 82d38a5 commit 6955517

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

4+
## [2.29.1](https://github.com/ibis-project/ibis-substrait/compare/v2.29.0...v2.29.1) (2023-06-30)
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** update dependency packaging to v23.1 ([82d38a5](https://github.com/ibis-project/ibis-substrait/commit/82d38a53ed6dc58c0f854d57c281ed5ca816341f))
10+
11+
12+
### Documentation
13+
14+
* add documentation to test_pyarrow::test_extension_udf ([d024b08](https://github.com/ibis-project/ibis-substrait/commit/d024b082078d08060d4c349844e640429cc0450a))
15+
16+
17+
### Refactors
18+
19+
* uses clearer import name for pyarrow.substrait ([65ba567](https://github.com/ibis-project/ibis-substrait/commit/65ba567e1200d7951ae6f6849b1e0b6eefa34889))
20+
421
## [2.29.0](https://github.com/ibis-project/ibis-substrait/compare/v2.28.2...v2.29.0) (2023-05-17)
522

623

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.29.0"
1+
__version__ = "2.29.1"
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.29.0"
3+
version = "2.29.1"
44
build = "build.py"
55
packages = [{ include = "ibis_substrait" }]
66
homepage = "https://github.com/ibis-project/ibis-substrait"

0 commit comments

Comments
 (0)