[Checkins] SVN: zope.app.file/branches/3.4/ vb

Wolfgang Schnerring wosc at wosc.de
Tue Jan 27 06:50:24 EST 2009


Log message for revision 95129:
  vb

Changed:
  U   zope.app.file/branches/3.4/CHANGES.txt
  U   zope.app.file/branches/3.4/setup.py

-=-
Modified: zope.app.file/branches/3.4/CHANGES.txt
===================================================================
--- zope.app.file/branches/3.4/CHANGES.txt	2009-01-27 11:49:38 UTC (rev 95128)
+++ zope.app.file/branches/3.4/CHANGES.txt	2009-01-27 11:50:24 UTC (rev 95129)
@@ -2,10 +2,16 @@
 CHANGES
 =======
 
-3.4.5 (unreleased)
+3.4.6 (unreleased)
+------------------
 
--
+- 
 
+3.4.5 (2009-01-27)
+------------------
+
+- added missing dependency: zope.app.zapi
+
 3.4.4 (2008-09-05)
 ------------------
 

Modified: zope.app.file/branches/3.4/setup.py
===================================================================
--- zope.app.file/branches/3.4/setup.py	2009-01-27 11:49:38 UTC (rev 95128)
+++ zope.app.file/branches/3.4/setup.py	2009-01-27 11:50:24 UTC (rev 95129)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.file',
-      version = '3.4.5dev',
+      version = '3.4.6dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='File and Image -- Zope 3 Content Components',



More information about the Checkins mailing list