[Checkins] SVN: zope.app.onlinehelp/trunk/ Pre-release cleanup, update metadata, insert release date.

Christian Theune ct at gocept.com
Sun Feb 1 11:37:56 EST 2009


Log message for revision 95875:
  Pre-release cleanup, update metadata, insert release date.
  

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-02-01 16:34:51 UTC (rev 95874)
+++ zope.app.onlinehelp/trunk/CHANGES.txt	2009-02-01 16:37:56 UTC (rev 95875)
@@ -2,15 +2,17 @@
 CHANGES
 =======
 
-3.5.0dev (unreleased)
----------------------
+3.5.0 (2009-02-01)
+------------------
 
-- removed `OnlineHelpTopicFactory`, `simple` 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`.
 
+- Removed use of ``zope.app.zapi``.
+
 3.4.1 (2007-10-25)
 ------------------
 

Modified: zope.app.onlinehelp/trunk/setup.py
===================================================================
--- zope.app.onlinehelp/trunk/setup.py	2009-02-01 16:34:51 UTC (rev 95874)
+++ zope.app.onlinehelp/trunk/setup.py	2009-02-01 16:37:56 UTC (rev 95875)
@@ -24,7 +24,7 @@
 setup(name = 'zope.app.onlinehelp',
       version = '3.5.0dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Framework for Context-Sensitive Help Pages',
       long_description=(
           read('README.txt')
@@ -42,7 +42,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.onlinehelp',
+      url='http://pypi.python.org/pypi/zope.app.onlinehelp',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list