From 78d6dca65d2c6c2486336e9ee3cc844ac49c2eb4 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 1 Oct 2015 15:32:45 +0100 Subject: [PATCH] Bump to next version (uploading the docs) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 975fe10f..51c720a9 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.6.1' +PSYCOPG_VERSION = '2.6.2.dev0' version_flags = ['dt', 'dec']