Bump to version 2.8.3

This commit is contained in:
Daniele Varrazzo 2019-06-10 23:21:50 +01:00
parent 91a8962770
commit bc65c636ae

View File

@ -47,7 +47,7 @@ except ImportError:
# Take a look at https://www.python.org/dev/peps/pep-0440/ # Take a look at https://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern. # for a consistent versioning pattern.
PSYCOPG_VERSION = '2.8.3.dev0' PSYCOPG_VERSION = '2.8.3'
# note: if you are changing the list of supported Python version please fix # note: if you are changing the list of supported Python version please fix