mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
Going to dev version for 2.3.1.
This commit is contained in:
parent
9c71a9c6e5
commit
ebd73c14a8
|
@ -1,3 +1,7 @@
|
||||||
|
2010-12-04 Daniele Varrazzo <daniele.varrazzo@gmail.com>
|
||||||
|
|
||||||
|
* setup.py: bumped to version 2.3.1.dev0
|
||||||
|
|
||||||
2010-12-01 Daniele Varrazzo <daniele.varrazzo@gmail.com>
|
2010-12-01 Daniele Varrazzo <daniele.varrazzo@gmail.com>
|
||||||
|
|
||||||
* lib/extras.py: DictRow items can be updated. Patch by Alex Aster.
|
* lib/extras.py: DictRow items can be updated. Patch by Alex Aster.
|
||||||
|
|
2
setup.py
2
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/
|
# Take a look at http://www.python.org/dev/peps/pep-0386/
|
||||||
# for a consistent versioning pattern.
|
# for a consistent versioning pattern.
|
||||||
|
|
||||||
PSYCOPG_VERSION = '2.3.0'
|
PSYCOPG_VERSION = '2.3.1.dev0'
|
||||||
|
|
||||||
version_flags = ['dt', 'dec']
|
version_flags = ['dt', 'dec']
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user