From 209e4b519d32c5a0381f6b9ba548da27b8a75d27 Mon Sep 17 00:00:00 2001 From: Michael Kleehammer Date: Tue, 15 Oct 2024 20:20:53 -0500 Subject: [PATCH] Bump version to 5.2 I don't think there were any API changes, but a change was made for Python 3.13. I think a minor version upgrade is warranted. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6ac431f..8cf314a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyodbc" -version = "5.1.0" +version = "5.2.0" requires-python = ">=3.8" # This is used by the GitHub action that builds release artifacts using cibuildwheel.