Update of /cvsroot/pypgsql/pypgsql
In directory usw-pr-cvs1:/tmp/cvs-serv5406
Modified Files:
Announce README setup.py
Log Message:
04NOV2001 bga Change the release number from 1.7 to 2.0. I decided to change
the next release from 1.7 to 2.0 because of the re-structuring
of pyPgSQL into a 'real' Python package.
Index: Announce
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/Announce,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Announce 2001/11/04 05:03:57 1.14
--- Announce 2001/11/04 05:56:21 1.15
***************
*** 2,6 ****
===========================================================================
! pyPgSQL v1.7 has been released. It is a bug fix release to version 1.6,
but also include some enhancements. With this release, pyPgSQL is now a
"real" package. This was done to facilitate the implementation of pickling
--- 2,6 ----
===========================================================================
! pyPgSQL v2.0 has been released. It is a bug fix release to version 1.6,
but also include some enhancements. With this release, pyPgSQL is now a
"real" package. This was done to facilitate the implementation of pickling
Index: README
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/README,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** README 2001/11/04 05:34:03 1.18
--- README 2001/11/04 05:56:21 1.19
***************
*** 1,4 ****
#ident "@(#) $Id$"
! pyPgSQL - v1.7: Python DB-API 2.0 Compliant Interface Module for PostgreSQL.
===========================================================================
--- 1,4 ----
#ident "@(#) $Id$"
! pyPgSQL - v2.0: Python DB-API 2.0 Compliant Interface Module for PostgreSQL.
===========================================================================
***************
*** 6,10 ****
===============================
! pyPgSQL, version 1.6
A Python DB-API 2.0 compliant interface for PostgreSQL
Copyright 2000 by Billy G. Allie.
--- 6,10 ----
===============================
! pyPgSQL, version 2.0
A Python DB-API 2.0 compliant interface for PostgreSQL
Copyright 2000 by Billy G. Allie.
Index: setup.py
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/setup.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** setup.py 2001/10/13 20:58:22 1.12
--- setup.py 2001/11/04 05:56:21 1.13
***************
*** 69,73 ****
from distutils.extension import Extension
! __version__ = "1.6"
# Define the runtime library path for this module. It starts out as None.
--- 69,73 ----
from distutils.extension import Extension
! __version__ = "2.0"
# Define the runtime library path for this module. It starts out as None.
|