From: Billy G. A. <bal...@us...> - 2001-11-04 05:56:24
|
Update of /cvsroot/pypgsql/pypgsql/pyPgSQL In directory usw-pr-cvs1:/tmp/cvs-serv5406/pyPgSQL Modified Files: __init__.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: __init__.py =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/pyPgSQL/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 2001/10/13 20:58:22 1.1 --- __init__.py 2001/11/04 05:56:21 1.2 *************** *** 32,34 **** """ ! __version__ = "1.7" --- 32,34 ---- """ ! __version__ = "2.0" |