From 324cded1661995cc006e04e2c5e6b00e61ab74ba Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 14 Apr 2019 15:11:31 +0100 Subject: [PATCH] Bumping to version 2.8.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5eac11d..472bc8b6 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ except ImportError: # Take a look at https://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.8.2.dev0' +PSYCOPG_VERSION = '2.8.2' # note: if you are changing the list of supported Python version please fix