summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-13 11:50:34 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-13 11:50:34 +0000
commit8ed0196d02086af3912706928d3b42d247dbbeca (patch)
tree65dd3474334075ee78c168cb23f5da314b1a165f
parent09c48c76c3b91139c9d645834962c75433281cb9 (diff)
downloadpsycopg2-8ed0196d02086af3912706928d3b42d247dbbeca.tar.gz
Bump to next dev release
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c76702f..4912ee7 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern.
-PSYCOPG_VERSION = '2.7.1'
+PSYCOPG_VERSION = '2.7.2.dev0'
# note: if you are changing the list of supported Python version please fix