Version number bumped to 2.7.6.1

This commit is contained in:
Daniele Varrazzo 2018-11-10 23:46:17 +00:00
parent 74666b4cf3
commit fbaad6c932

View File

@ -65,7 +65,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0440/ # Take a look at http://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern. # for a consistent versioning pattern.
PSYCOPG_VERSION = '2.7.6.1.dev1' PSYCOPG_VERSION = '2.7.6.1'
# 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