From 0ef93246579eb694c799916d43bd4d86022a4dc7 Mon Sep 17 00:00:00 2001 From: Fabien Coelho Date: Tue, 1 Oct 2024 10:14:17 +0200 Subject: [PATCH] next version is 12.1 --- docs/source/versions.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/versions.rst b/docs/source/versions.rst index 9dc3eebb..4d7e05d1 100644 --- a/docs/source/versions.rst +++ b/docs/source/versions.rst @@ -12,8 +12,8 @@ TODO - rethink record classes? we just really want a row conversion function? - add documentation about docker runs. -? on ? ------- +12.1 on 2024-10-01 +------------------ - drop support for *Python 3.8*. - enable *DuckDB* with *Python 3.13*. diff --git a/pyproject.toml b/pyproject.toml index 8444a2f7..f8392ed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aiosql" -version = "12.0" +version = "12.1" authors = [ { name = "William Vaughn et al.", email = "vaughnwilld@gmail.com" } ] description = "Simple SQL in Python" readme = "README.rst"