summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2010-12-04 21:24:02 +0100
committerFederico Di Gregorio <fog@initd.org>2010-12-04 21:24:02 +0100
commitee5015a30bee24ee70b5b22b01a3caefb28668c2 (patch)
treed7d64a7b7f4a01083ec9266ad85323e237ce9887 /setup.py
parent557e28d744bc12e11025e12aa80d39e49192b94c (diff)
downloadpsycopg2-ee5015a30bee24ee70b5b22b01a3caefb28668c2.tar.gz
Preparing release 2.3.12_3_1
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 e46fa58..a77907a 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ from distutils.ccompiler import get_default_compiler
# Take a look at http://www.python.org/dev/peps/pep-0386/
# for a consistent versioning pattern.
-PSYCOPG_VERSION = '2.3.1.dev0'
+PSYCOPG_VERSION = '2.3.1'
version_flags = ['dt', 'dec']