From: Gerhard H?r. <gha...@us...> - 2002-10-27 03:47:30
|
Update of /cvsroot/pypgsql/pypgsql In directory usw-pr-cvs1:/tmp/cvs-serv26650 Modified Files: setup.py Log Message: 27OCT2002 gh Changed version number to 2.3 beta 1. Index: setup.py =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/setup.py,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** setup.py 7 Oct 2002 06:36:33 -0000 1.18 --- setup.py 27 Oct 2002 03:47:27 -0000 1.19 *************** *** 68,72 **** from distutils.extension import Extension ! __version__ = "2.3" # Define the runtime library path for this module. It starts out as None. --- 68,72 ---- from distutils.extension import Extension ! __version__ = "2.3b1" # Define the runtime library path for this module. It starts out as None. |