From 3e0f404f6543e19cfe89b88c924bfeb9cfaeea1e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Jul 2022 19:37:31 +0000 Subject: [PATCH] chore(release): 5.1.1 [skip ci] ## [5.1.1](https://github.com/cpcloud/numbsql/compare/v5.1.0...v5.1.1) (2022-07-22) ### Bug Fixes * **deps:** update dependency numpy to v1.22.0 [security] ([638180a](https://github.com/cpcloud/numbsql/commit/638180a58d5c79803106c2b71fe8737e26539f8c)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5de6754..298cc861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [5.1.1](https://github.com/cpcloud/numbsql/compare/v5.1.0...v5.1.1) (2022-07-22) + + +### Bug Fixes + +* **deps:** update dependency numpy to v1.22.0 [security] ([638180a](https://github.com/cpcloud/numbsql/commit/638180a58d5c79803106c2b71fe8737e26539f8c)) + # [5.1.0](https://github.com/cpcloud/numbsql/compare/v5.0.2...v5.1.0) (2022-01-14) diff --git a/pyproject.toml b/pyproject.toml index a4b67714..a8f70377 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "numbsql" homepage = "https://github.com/cpcloud/numbsql" repository = "https://github.com/cpcloud/numbsql" -version = "5.1.0" +version = "5.1.1" description = "JITted SQLite user-defined scalar and aggregate functions" readme = "README.md" authors = ["Phillip Cloud <417981+cpcloud@users.noreply.github.com>"]