[Zope-CVS] CVS: StandaloneZConfig - README.txt:1.4 setup.py:1.5

Fred L. Drake, Jr. fred at zope.com
Mon Oct 6 17:11:36 EDT 2003


Update of /cvs-repository/StandaloneZConfig
In directory cvs.zope.org:/tmp/cvs-serv17036

Modified Files:
	README.txt setup.py 
Log Message:
Update for ZConfig 2.0.

=== StandaloneZConfig/README.txt 1.3 => 1.4 ===
--- StandaloneZConfig/README.txt:1.3	Tue Mar 25 16:46:31 2003
+++ StandaloneZConfig/README.txt	Mon Oct  6 17:11:35 2003
@@ -1,4 +1,4 @@
-This is ZConfig 1.0.
+This is ZConfig 2.0.
 
 ZConfig is a configuration library intended for general use.  It
 supports a hierarchical schema-driven configuration model that allows
@@ -27,9 +27,7 @@
 
  http://www.zope.org/Members/fdrake/zconfig/
 
-Installation requires the distutil-Package.
-
-You may either create a RPM and install this, or install directly from
+You may either create an RPM and install this, or install directly from
 the source distribution.
 
 Creating RPMS:


=== StandaloneZConfig/setup.py 1.4 => 1.5 ===
--- StandaloneZConfig/setup.py:1.4	Mon Mar 31 11:26:48 2003
+++ StandaloneZConfig/setup.py	Mon Oct  6 17:11:35 2003
@@ -28,7 +28,7 @@
 configuration data being defined and consumed by a wide range of
 separate packages.'''
 
-VERSION = "1.0"
+VERSION = "2.0"
 
 setup(name="ZConfig",
       version=VERSION,




More information about the Zope-CVS mailing list