From b0e6045b638c0c28bebeec6b8d69e8e8cdfa4df7 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 28 Feb 2017 11:57:08 +0000 Subject: [PATCH] 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. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5464e820..06f39edb 100644 --- a/setup.py +++ b/setup.py @@ -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