From 010629143c8d0480a8503abfdf7e27acc44210a7 Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 10 Mar 2008 14:51:12 +0000 Subject: [PATCH] update options.py to VERSION 2.3.0 --- pgloader/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgloader/options.py b/pgloader/options.py index 41aef3c..524f24b 100644 --- a/pgloader/options.py +++ b/pgloader/options.py @@ -2,7 +2,7 @@ # # Some common options, for each module to get them -PGLOADER_VERSION = '2.3.0~dev3' +PGLOADER_VERSION = '2.3.0' PSYCOPG_VERSION = None