From 50145014e8abdda2859ed65329ecc3e7b6699521 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 16 Jun 2021 13:28:31 +0100 Subject: [PATCH] Bump to versio 2.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87cbe1d5..517967bd 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.dev1' +PSYCOPG_VERSION = '2.9' # note: if you are changing the list of supported Python version please fix