From c29dd8fffafe7ef1719c9fcee6328a252b15d820 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 14 Jun 2015 18:50:23 +0100 Subject: [PATCH] Version bumped to release 2.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d70cbfae..975fe10f 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.dev0' +PSYCOPG_VERSION = '2.6.1' version_flags = ['dt', 'dec']