diff options
| author | Federico Di Gregorio <fog@initd.org> | 2011-02-27 12:52:00 +0100 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2011-02-27 12:52:00 +0100 |
| commit | 2212ea96a69dec8a0cbb60cccfbd48b244635249 (patch) | |
| tree | 7c865edb4ee65754261b7087afce369c588f18b4 /setup.py | |
| parent | 194447fbbf261cee21f154d912ceffd07a00c180 (diff) | |
| download | psycopg2-2212ea96a69dec8a0cbb60cccfbd48b244635249.tar.gz | |
Preparing release 2.4
* NEWS file now uses 72 columns (better in emails and posts)
* Bumped versions
* Updated MonoDevelop file
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.4-beta3' +PSYCOPG_VERSION = '2.4' version_flags = ['dt', 'dec'] |
