[Checkins] SVN: zope.filerepresentation/trunk/ Preparing release 3.6.1

Gediminas Paulauskas menesis at pov.lt
Tue Nov 29 17:01:35 UTC 2011


Log message for revision 123533:
  Preparing release 3.6.1

Changed:
  U   zope.filerepresentation/trunk/CHANGES.txt
  U   zope.filerepresentation/trunk/setup.py

-=-
Modified: zope.filerepresentation/trunk/CHANGES.txt
===================================================================
--- zope.filerepresentation/trunk/CHANGES.txt	2011-11-29 16:59:38 UTC (rev 123532)
+++ zope.filerepresentation/trunk/CHANGES.txt	2011-11-29 17:01:35 UTC (rev 123533)
@@ -2,30 +2,28 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.1 (2011-11-29)
 ------------------
 
 - Add undeclared ``zope.schema`` dependency.
-- Remove zope.testing test dependency and test extra.
+- Remove ``zope.testing`` test dependency and ``test`` extra.
 
 3.6.0 (2009-10-08)
 ------------------
 
-- Added IRawReadFile and IRawWriteFile interfaces. These extend IReadFile and
-  IWritefile, respectively, to behave pretty much like a standard Python file
+- Added `IRawReadFile` and `IRawWriteFile` interfaces. These extend `IReadFile` and
+  `IWritefile`, respectively, to behave pretty much like a standard Python file
   object with a few embellishments. This in turn allows efficient, iterator-
   based implementations of file reading and writing.
 
-- Removed DEPENDENCIES.cfg
+- Removed dependency on ``zope.container``: `IReadDirectory` and `IWriteDirectory`
+  inherit only from interfaces defined in ``zope.interface`` and
+  ``zope.interface.common.mapping``.
 
-- Removed dependency on zope.container: IReadDirectory and IWriteDirectory
-  inherit only from interfaces defined in zope.interface and
-  zope.interface.common.mapping.
-
 3.5.0 (2009-01-31)
 ------------------
 
-- Changed use of zope.app.container to zope.container.
+- Changed use of ``zope.app.container`` to ``zope.container``.
 
 3.4.0 (2007-10-02)
 ------------------

Modified: zope.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2011-11-29 16:59:38 UTC (rev 123532)
+++ zope.filerepresentation/trunk/setup.py	2011-11-29 17:01:35 UTC (rev 123533)
@@ -25,8 +25,8 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.filerepresentation',
-      version='3.6.1dev',
-      author='Zope Foundation and Contributors',
+      version='3.6.1',
+      author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='File-system Representation Interfaces',
       long_description=(



More information about the checkins mailing list