Skip to content

Commit

Permalink
chore(release): 4.0.5
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 19, 2021
1 parent 839940b commit 720beed
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.5 (2021-12-19)
### Fix
* Correct the build author ([`bd7432b`](https://github.com/cpcloud/numbsql/commit/bd7432b4897faf3d5dddbde158d1618d7911b0be))

## v4.0.4 (2021-12-09)
### Fix
* **deps:** Bump to numba 0.54.1 ([`672c896`](https://github.com/cpcloud/numbsql/commit/672c8966fedfc354a0e20c9f7cd92fb96f6b3827))
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.4"
__version__ = "4.0.5"


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

0 comments on commit 720beed

Please sign in to comment.