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

Commit cbe7885

Browse files
chore(release): 7.0.0
1 parent 09acd24 commit cbe7885

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## [7.0.0](https://github.com/cpcloud/numbsql/compare/6.0.1...7.0.0) (2023-12-07)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **python:** Python <3.9 is no longer supported
10+
11+
### Refactors
12+
13+
* **python:** bump lower bound to python 3.9 ([7c6aab3](https://github.com/cpcloud/numbsql/commit/7c6aab367670e8e925d9295b3b09e2f33c6b9892))
14+
415
## [6.0.1](https://github.com/cpcloud/numbsql/compare/6.0.0...6.0.1) (2023-07-18)
516

617

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__ = "6.0.1"
48+
__version__ = "7.0.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 = "6.0.1"
5+
version = "7.0.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)