diff --git a/docs/source/versions.rst b/docs/source/versions.rst index c9ccf95f..571bf622 100644 --- a/docs/source/versions.rst +++ b/docs/source/versions.rst @@ -14,10 +14,11 @@ TODO - test with nogil once available in GitHub CI. - test with py 3.14 once available in GitHub CI (pydantic/rust issue for now). -? on ? ------- +13.2 on 2025-01-29 +------------------ - improve empty query handling. +- update documentation. 13.1 on 2025-01-23 ------------------ diff --git a/pyproject.toml b/pyproject.toml index 14b60d23..0a6469e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aiosql" -version = "13.1" +version = "13.2" authors = [ { name = "William Vaughn et al.", email = "vaughnwilld@gmail.com" } ] description = "Simple SQL in Python" readme = "README.rst"