Update of /cvsroot/pypgsql/pypgsql
In directory usw-pr-cvs1:/tmp/cvs-serv5367
Modified Files:
setup.py
Log Message:
05JUN2002 gh Increased version number to 2.1.
Index: setup.py
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/setup.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** setup.py 4 Nov 2001 05:56:21 -0000 1.13
--- setup.py 5 Jun 2002 08:46:21 -0000 1.14
***************
*** 12,16 ****
# |
# Description: Setup script (using the distutils framework) for |
! # pyPgsql Version 2.0. |
# |
# Note: This script requires the distutils package (standard in |
--- 12,16 ----
# |
# Description: Setup script (using the distutils framework) for |
! # pyPgsql Version 2.1. |
# |
# Note: This script requires the distutils package (standard in |
***************
*** 69,73 ****
from distutils.extension import Extension
! __version__ = "2.0"
# Define the runtime library path for this module. It starts out as None.
--- 69,73 ----
from distutils.extension import Extension
! __version__ = "2.1"
# Define the runtime library path for this module. It starts out as None.
|