[Checkins] SVN: zope.app.container/trunk/ Preparing release 3.9.2

Gediminas Paulauskas menesis at pov.lt
Mon Jan 23 16:54:20 UTC 2012


Log message for revision 124145:
  Preparing release 3.9.2

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

-=-
Modified: zope.app.container/trunk/CHANGES.txt
===================================================================
--- zope.app.container/trunk/CHANGES.txt	2012-01-23 16:53:18 UTC (rev 124144)
+++ zope.app.container/trunk/CHANGES.txt	2012-01-23 16:54:20 UTC (rev 124145)
@@ -2,13 +2,13 @@
 CHANGES
 =======
 
-3.9.2 (unreleased)
+3.9.2 (2012-01-23)
 ------------------
 
-- Replaced an undeclared test dependency on zope.app.authentication with
-  zope.password.
+- Replaced an undeclared test dependency on ``zope.app.authentication`` with
+  ``zope.password``.
 
-- Removed undeclared test dependency on zope.app.folder.
+- Removed undeclared test dependency on ``zope.app.folder``.
 
 - Replaced the use of ``zope.app.pagetemplate`` and deprecated
   ``zope.app.publisher`` with ``zope.browserpage`` and ``zope.browsermenu``.
@@ -17,10 +17,10 @@
 3.9.1 (2010-09-14)
 ------------------
 
-- Removed a testing dependency on zope.app.file.
+- Removed a testing dependency on ``zope.app.file``.
 
-- Replaced a testing dependency on zope.app.securitypolicy with one on the base
-  zope.securitypolicy distribution.
+- Replaced a testing dependency on ``zope.app.securitypolicy`` with the base
+  ``zope.securitypolicy`` distribution.
 
 
 3.9.0 (2010-08-19)

Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2012-01-23 16:53:18 UTC (rev 124144)
+++ zope.app.container/trunk/setup.py	2012-01-23 16:54:20 UTC (rev 124145)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version='3.9.2dev',
+      version='3.9.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the checkins mailing list