Skip to content

Commit 7c34888

Browse files
chore(release): 10.3.1
1 parent 7570cc6 commit 7c34888

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

docs/release_notes_generated.qmd

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
---
22
---
33

4+
## [10.3.1](https://github.com/ibis-project/ibis/compare/10.3.0...10.3.1) (2025-03-14)
5+
6+
### Bug Fixes
7+
8+
* **datatypes:** ensure that newer sqlglot `BLOB` type is not accessed if it does not exist ([6452a5e](https://github.com/ibis-project/ibis/commit/6452a5e76130bba565ba14e2c6d68fbadbf3ef7e))
9+
* **deps:** drop `pytz` from dependencies ([#10976](https://github.com/ibis-project/ibis/issues/10976)) ([3ecf731](https://github.com/ibis-project/ibis/commit/3ecf731f421393d54d0b156e874fe9f56fc34471))
10+
* **postgres:** use `.transaction` method instead of managing our own ([0edbab9](https://github.com/ibis-project/ibis/commit/0edbab99e68e9c41d6efcba3e091a5781ef995a3))
11+
12+
### Documentation
13+
14+
* link to our config file for conventional commits warning ([#10986](https://github.com/ibis-project/ibis/issues/10986)) ([a945c96](https://github.com/ibis-project/ibis/commit/a945c9687506a2a6803f0043928b0d98356b0917))
15+
416
## [10.3.0](https://github.com/ibis-project/ibis/compare/10.2.0...10.3.0) (2025-03-11)
517

618
### Features

ibis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
__version__ = "10.3.0"
5+
__version__ = "10.3.1"
66

77
import warnings
88
from typing import Any

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ibis-framework"
3-
version = "10.3.0"
3+
version = "10.3.1"
44
requires-python = ">=3.9"
55
description = "The portable Python dataframe library"
66
readme = "README.md"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)