diff options
author | Federico Di Gregorio <fog@initd.org> | 2011-12-19 10:57:38 +0100 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2011-12-19 10:57:38 +0100 |
commit | c22e8ef8088793d6871f79b45b35762ecb90107a (patch) | |
tree | 27c1e8a381724f78b14697d2eb702876382b629b /setup.py | |
parent | 56482d33005ecac79bfcf3d46bb2f4037babbe76 (diff) | |
download | psycopg2-c22e8ef8088793d6871f79b45b35762ecb90107a.tar.gz |
Preparing release 2.4.4
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.4.4.dev0' +PSYCOPG_VERSION = '2.4.4' version_flags = ['dt', 'dec'] |