From 7a8f4d62229bb1a6404719a7740e468087ddbeff Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 2 Apr 2023 13:00:38 +0200 Subject: chore: bump version to 2.9.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7faf4d5..9561a9f 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ except ImportError: # Take a look at https://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.9.5' +PSYCOPG_VERSION = '2.9.6' # note: if you are changing the list of supported Python version please fix -- cgit v1.2.1