Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
/ numbsql Public archive

Commit 9b048f4

Browse files
chore(release): 7.1.0
1 parent 1dae6f4 commit 9b048f4

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+
## [7.1.0](https://github.com/cpcloud/numbsql/compare/7.0.0...7.1.0) (2024-06-02)
5+
6+
### Features
7+
8+
* **deps:** add support for python 3.12 ([f88229b](https://github.com/cpcloud/numbsql/commit/f88229be4c31fa7ca83ab482d06d6b9ed264059d))
9+
* **deps:** support latest versions of numba and llvmlite ([1e8d8ce](https://github.com/cpcloud/numbsql/commit/1e8d8cef31c410ad45c4f93c7dcca60816e451bd))
10+
411
## [7.0.0](https://github.com/cpcloud/numbsql/compare/6.0.1...7.0.0) (2023-12-07)
512

613

numbsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def _safe_decref(obj: Any) -> None:
4545
"sqlite_udaf",
4646
)
4747

48-
__version__ = "7.0.0"
48+
__version__ = "7.1.0"
4949

5050

5151
def create_function(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "numbsql"
33
homepage = "https://github.com/cpcloud/numbsql"
44
repository = "https://github.com/cpcloud/numbsql"
5-
version = "7.0.0"
5+
version = "7.1.0"
66
description = "JITted SQLite user-defined scalar and aggregate functions"
77
readme = "README.md"
88
authors = ["Phillip Cloud <417981+cpcloud@users.noreply.github.com>"]

0 commit comments

Comments
 (0)