summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2010-02-21 01:26:43 +0100
committerFederico Di Gregorio <fog@initd.org>2010-02-21 01:26:43 +0100
commitfd6d3185b4a0f34d1e5c0d7278084f341b25887a (patch)
treeaed0ee7a53a2616ef044723014724057a433224c /setup.py
parent4712ad155028b3df4d1b6ed6c2ca5634f1eda1ba (diff)
downloadpsycopg2-fd6d3185b4a0f34d1e5c0d7278084f341b25887a.tar.gz
Preparing release 2.0.14
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 784e08e..97d08ac 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ from distutils.command.build_ext import build_ext
from distutils.sysconfig import get_python_inc
from distutils.ccompiler import get_default_compiler
-PSYCOPG_VERSION = '2.0.13'
+PSYCOPG_VERSION = '2.0.14'
version_flags = ['dt', 'dec']
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')