[Checkins] SVN: zope.app.file/trunk/ Tag 3.4.6

Dan Korostelev nadako at gmail.com
Tue Jan 27 08:03:52 EST 2009


Log message for revision 95169:
  Tag 3.4.6

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

-=-
Modified: zope.app.file/trunk/CHANGES.txt
===================================================================
--- zope.app.file/trunk/CHANGES.txt	2009-01-27 13:03:47 UTC (rev 95168)
+++ zope.app.file/trunk/CHANGES.txt	2009-01-27 13:03:51 UTC (rev 95169)
@@ -2,12 +2,27 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
+3.4.6 (2009-01-27)
 ------------------
 
+- Remove zope.app.zapi dependency again. Previous release
+  was wrong. We removed the zope.app.zapi uses before, so
+  we don't need it anymore.
+
+3.4.5 (2009-01-27)
+------------------
+
+- added missing dependency: zope.app.zapi
+
+3.4.4 (2008-09-05)
+------------------
+
 - Bug: Get actual filename instead of full filesystem path when adding file/image
   using Internet Explorer.
 
+3.4.3 (2008-06-18)
+------------------
+
 - Using IDCTimes interface instead of IZopeDublinCore to determine the
   modification date of a file.
 

Modified: zope.app.file/trunk/setup.py
===================================================================
--- zope.app.file/trunk/setup.py	2009-01-27 13:03:47 UTC (rev 95168)
+++ zope.app.file/trunk/setup.py	2009-01-27 13:03:51 UTC (rev 95169)
@@ -22,9 +22,9 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.file',
-      version = '3.5.0dev',
+      version = '3.4.6',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='File and Image -- Zope 3 Content Components',
       long_description=(
           read('README.txt')
@@ -49,7 +49,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.file',
+      url='http://pypi.python.org/pypi/zope.app.file',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list