Skip to content

Commit

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


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


### ⚠ BREAKING CHANGES

* **python:** Python <3.9 is no longer supported

### Refactors

* **python:** bump lower bound to python 3.9 ([7c6aab3](https://github.com/cpcloud/numbsql/commit/7c6aab367670e8e925d9295b3b09e2f33c6b9892))

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


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__ = "6.0.1"
__version__ = "7.0.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 = "6.0.1"
version = "7.0.0"
description = "JITted SQLite user-defined scalar and aggregate functions"
readme = "README.md"
authors = ["Phillip Cloud <417981+cpcloud@users.noreply.github.com>"]
Expand Down

0 comments on commit cbe7885

Please sign in to comment.