Skip to content

Commit

Permalink
chore(release): 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 2, 2024
1 parent 1dae6f4 commit 9b048f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes


## [7.1.0](https://github.com/cpcloud/numbsql/compare/7.0.0...7.1.0) (2024-06-02)

### Features

* **deps:** add support for python 3.12 ([f88229b](https://github.com/cpcloud/numbsql/commit/f88229be4c31fa7ca83ab482d06d6b9ed264059d))
* **deps:** support latest versions of numba and llvmlite ([1e8d8ce](https://github.com/cpcloud/numbsql/commit/1e8d8cef31c410ad45c4f93c7dcca60816e451bd))

## [7.0.0](https://github.com/cpcloud/numbsql/compare/6.0.1...7.0.0) (2023-12-07)


Expand Down
2 changes: 1 addition & 1 deletion numbsql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _safe_decref(obj: Any) -> None:
"sqlite_udaf",
)

__version__ = "7.0.0"
__version__ = "7.1.0"


def create_function(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "numbsql"
homepage = "https://github.com/cpcloud/numbsql"
repository = "https://github.com/cpcloud/numbsql"
version = "7.0.0"
version = "7.1.0"
description = "JITted SQLite user-defined scalar and aggregate functions"
readme = "README.md"
authors = ["Phillip Cloud <[email protected]>"]
Expand Down

0 comments on commit 9b048f4

Please sign in to comment.