summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-08 17:40:28 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-08 17:40:28 +0000
commit3b84bc1b6e0f6df5aee71367091eb57511647706 (patch)
tree09f3ae8182953c8f4990a69c892b7ae4f51215e6
parent699a4bcb90cb42b88214674e87a32ac7747c5d9d (diff)
downloadpsycopg2-2_7_6.tar.gz
Version number bumped to 2.7.62_7_6
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 870fda6..174aa59 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern.
-PSYCOPG_VERSION = '2.7.6.dev0'
+PSYCOPG_VERSION = '2.7.6'
# note: if you are changing the list of supported Python version please fix