From b203be11a69789a50da828a0a5e4c15d2dcf99d4 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 5 Sep 2020 23:29:47 +0100 Subject: [PATCH] Bump version to 2.8.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb745d03..6f15e024 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ except ImportError: # Take a look at https://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.8.6.dev0' +PSYCOPG_VERSION = '2.8.6' # note: if you are changing the list of supported Python version please fix