Bump to version 2.7

Refer to pep 440 for version numbering, which superseded pep 386. We are
not changing numbering scheme: the version numbers we have used (when we
have been consistent) would have been valid in both schemes.
This commit is contained in:
Daniele Varrazzo 2017-02-28 11:57:08 +00:00
parent a2bc3c7bcb
commit b0e6045b63

View File

@ -61,10 +61,10 @@ try:
except ImportError:
import ConfigParser as configparser
# Take a look at http://www.python.org/dev/peps/pep-0386/
# Take a look at http://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern.
PSYCOPG_VERSION = '2.7b3.dev0'
PSYCOPG_VERSION = '2.7'
# note: if you are changing the list of supported Python version please fix