Update of /cvsroot/pypgsql/pypgsql/pyPgSQL
In directory sc8-pr-cvs1:/tmp/cvs-serv2711/pyPgSQL
Modified Files:
__init__.py
Log Message:
01DEC2002 gh Brought version number up to 2.3.
Index: __init__.py
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/pyPgSQL/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** __init__.py 27 Oct 2002 03:47:27 -0000 1.3
--- __init__.py 1 Dec 2002 19:34:08 -0000 1.4
***************
*** 32,34 ****
"""
! __version__ = "2.3b1"
--- 32,34 ----
"""
! __version__ = "2.3"
|