[Checkins] SVN: zope.app.publication/trunk/ Prepare for a release with all files in the egg

Roger Ineichen roger at projekt01.ch
Tue Sep 25 14:58:28 EDT 2007


Log message for revision 80039:
  Prepare for a release with all files in the egg

Changed:
  U   zope.app.publication/trunk/CHANGES.txt
  U   zope.app.publication/trunk/setup.py

-=-
Modified: zope.app.publication/trunk/CHANGES.txt
===================================================================
--- zope.app.publication/trunk/CHANGES.txt	2007-09-25 18:48:29 UTC (rev 80038)
+++ zope.app.publication/trunk/CHANGES.txt	2007-09-25 18:58:27 UTC (rev 80039)
@@ -2,7 +2,12 @@
 CHANGES
 =======
 
+Version 3.4.1 (2007/9/24)
+-------------------------
 
+- Added missing files to egg distribution
+
+
 Version 3.4.0 (2007/9/25)
 -------------------------
 

Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2007-09-25 18:48:29 UTC (rev 80038)
+++ zope.app.publication/trunk/setup.py	2007-09-25 18:58:27 UTC (rev 80039)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.publication',
-    version = '3.4.0',
+    version = '3.4.1',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description='Zope publication',



More information about the Checkins mailing list