summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-09-05 23:29:47 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-09-05 23:29:47 +0100
commitb203be11a69789a50da828a0a5e4c15d2dcf99d4 (patch)
tree2b78679f85a2dbebcaab321813633d99287ab253
parentdc007e790a531cd2466f5c0bc1a6c8ee51097b5a (diff)
downloadpsycopg2-2_8_6.tar.gz
Bump version to 2.8.62_8_6
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fb745d0..6f15e02 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