[Checkins] SVN: zope.app.onlinehelp/trunk/ Preparing release 3.5.1

Michael Howitz mh at gocept.com
Sat Mar 21 03:49:03 EDT 2009


Log message for revision 98298:
  Preparing release 3.5.1

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

-=-
Modified: zope.app.onlinehelp/trunk/CHANGES.txt
===================================================================
--- zope.app.onlinehelp/trunk/CHANGES.txt	2009-03-21 07:46:46 UTC (rev 98297)
+++ zope.app.onlinehelp/trunk/CHANGES.txt	2009-03-21 07:49:03 UTC (rev 98298)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.1 (unreleased)
+3.5.1 (2009-03-21)
 ------------------
 
 - Use ``zope.site`` instead of ``zope.app.folder``.
@@ -10,11 +10,11 @@
 3.5.0 (2009-02-01)
 ------------------
 
-- Removed `OnlineHelpTopicFactory`, `simple` and
-  `SimpleViewClass`. All of them where using old deprecated and
+- Removed ``OnlineHelpTopicFactory``, ``simple`` and
+  ``SimpleViewClass``. All of them where using old deprecated and
   removed Zope3 imports. None of them where used and tested.
 
-- Use `zope.container` instead of `zope.app.container`.
+- Use ``zope.container`` instead of ``zope.app.container``.
 
 - Removed use of ``zope.app.zapi``.
 

Modified: zope.app.onlinehelp/trunk/setup.py
===================================================================
--- zope.app.onlinehelp/trunk/setup.py	2009-03-21 07:46:46 UTC (rev 98297)
+++ zope.app.onlinehelp/trunk/setup.py	2009-03-21 07:49:03 UTC (rev 98298)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.onlinehelp',
-      version = '3.5.1dev',
+      version = '3.5.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Framework for Context-Sensitive Help Pages',



More information about the Checkins mailing list