From: Gerhard H?r. <gha...@us...> - 2002-10-27 03:47:30
|
Update of /cvsroot/pypgsql/pypgsql/pyPgSQL In directory usw-pr-cvs1:/tmp/cvs-serv26650/pyPgSQL Modified Files: __init__.py Log Message: 27OCT2002 gh Changed version number to 2.3 beta 1. Index: __init__.py =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/pyPgSQL/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 4 Nov 2001 05:56:21 -0000 1.2 --- __init__.py 27 Oct 2002 03:47:27 -0000 1.3 *************** *** 32,34 **** """ ! __version__ = "2.0" --- 32,34 ---- """ ! __version__ = "2.3b1" |