From 73d25b72b20c45a9860a3a0ef2b1e722815c4a16 Mon Sep 17 00:00:00 2001 From: baluyotraf Date: Tue, 6 Jan 2026 02:50:10 +0100 Subject: [PATCH] bump: update artifacts to v0.0.9 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 208f707..4410794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.0.9 + +- Add official support for Python 3.13 and 3.14 ([#22]). + +[#18]: https://github.com/baluyotraf/altqq/pull/22 + ## 0.0.8 - Lessen restriction by making `ListParameter` a `Collection` ([#18]). diff --git a/pyproject.toml b/pyproject.toml index 854db2c..420f627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ convention = "google" [tool.poetry] name = "altqq" -version = "0.0.8" +version = "0.0.9" description = "Alternative Queries: Typed and Reusable Handcrafted SQL" authors = ["baluyotraf "] maintainers = ["baluyotraf "]