Skip to content

Commit

Permalink
chore(release): 4.0.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 9, 2021
1 parent 672c896 commit f6ce17f
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.4 (2021-12-09)
### Fix
* **deps:** Bump to numba 0.54.1 ([`672c896`](https://github.com/cpcloud/numbsql/commit/672c8966fedfc354a0e20c9f7cd92fb96f6b3827))

## v4.0.3 (2021-12-09)
### Fix
* Try using System.B ([`aa89b32`](https://github.com/cpcloud/numbsql/commit/aa89b3202b2a621a77f30b56618076391d30ee1e))
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.3"
__version__ = "4.0.4"


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 @@ -3,7 +3,7 @@ name = "numbsql"
packages = [{ include = "numbsql" }]
homepage = "https://github.com/cpcloud/numbsql"
repository = "https://github.com/cpcloud/numbsql"
version = "4.0.3"
version = "4.0.4"
description = "JITted SQLite user-defined scalar and aggregate functions"
readme = "README.md"
authors = ["Phillip Cloud <[email protected]>"]
Expand Down

0 comments on commit f6ce17f

Please sign in to comment.