summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-28 11:57:08 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-28 11:57:08 +0000
commitb0e6045b638c0c28bebeec6b8d69e8e8cdfa4df7 (patch)
tree8a6dbc1c5034f7bcb7b323ba819211c695416a58
parenta2bc3c7bcb7781f34c34e5db05abf6a106fc592e (diff)
downloadpsycopg2-b0e6045b638c0c28bebeec6b8d69e8e8cdfa4df7.tar.gz
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.
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 5464e82..06f39ed 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