Skip to content

Commit

Permalink
chore(release): 4.0.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions[bot] authored and github-actions committed Dec 20, 2021
1 parent 8b1753f commit 3535ea7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v4.0.6 (2021-12-20)
### Fix
* Support more versions of numba/llvmlite ([`fa9a5a9`](https://github.com/cpcloud/numbsql/commit/fa9a5a9682f9d3e3511e03f9f6db04c9a44ff357))

## v4.0.5 (2021-12-19)
### Fix
* Correct the build author ([`bd7432b`](https://github.com/cpcloud/numbsql/commit/bd7432b4897faf3d5dddbde158d1618d7911b0be))
Expand Down
2 changes: 1 addition & 1 deletion numbsql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _safe_decref(obj: Any) -> None:
"sqlite_udaf",
)

__version__ = "4.0.5"
__version__ = "4.0.6"


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 = "4.0.5"
version = "4.0.6"
description = "JITted SQLite user-defined scalar and aggregate functions"
readme = "README.md"
authors = ["Phillip Cloud <[email protected]>"]
Expand Down

0 comments on commit 3535ea7

Please sign in to comment.