diff options
author | Federico Di Gregorio <fog@ania.dndg.it> | 2010-11-06 15:50:39 +0100 |
---|---|---|
committer | Federico Di Gregorio <fog@ania.dndg.it> | 2010-11-06 15:50:39 +0100 |
commit | 645ab521f3fd5cc2bc579c0eb53418dfde811100 (patch) | |
tree | 7886abe072e9f8e96611daf7e7587dc97e41a471 /setup.py | |
parent | 4ea9dbdcf0b9cb47812023565af252454126669d (diff) | |
download | psycopg2-645ab521f3fd5cc2bc579c0eb53418dfde811100.tar.gz |
Preparing release 2.3.0-beta12_3_0_BETA1
* Merged NEWS-2.3 and NEWS-2.2: 2.0 (pre-async) still makes sense in case
someone has horrible problems with the new code but 2.3 will just
substitute 2.2 so having a separated NEWS file doesn't make sense.
* Moved authors and contributors to AUHTORS file.
* README now has pointers to web site and bug tracker.
* Updated MonoDevelop project.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -55,9 +55,10 @@ from distutils.command.build_ext import build_ext from distutils.sysconfig import get_python_inc 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.3a1' +# Take a look at http://www.python.org/dev/peps/pep-0386/ +# for a consistent versioning pattern. + +PSYCOPG_VERSION = '2.3.0-beta1' version_flags = ['dt', 'dec'] |