[Zope3-checkins] CVS: Zope3 - setup.py:1.42

Fred L. Drake, Jr. fred at zope.com
Sat Dec 13 14:23:56 EST 2003


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv9982

Modified Files:
	setup.py 
Log Message:
- MS4 is already out, so change the version number
- use a shorter URL for the project


=== Zope3/setup.py 1.41 => 1.42 ===
--- Zope3/setup.py:1.41	Fri Nov 21 12:11:43 2003
+++ Zope3/setup.py	Sat Dec 13 14:23:56 2003
@@ -255,10 +255,10 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZopeX3",
-      version="3.0m2",
+      version="3.0m5",
       maintainer="Zope Corporation",
       maintainer_email="zope3-dev at zope.org",
-      url = "http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture",
+      url = "http://dev.zope.org/Zope3/",
       ext_modules = ext_modules,
       # This doesn't work right at all
       headers = ["src/persistence/persistence.h",




More information about the Zope3-Checkins mailing list