[Checkins] SVN: z3c.menu.ready2go/trunk/ preparing 0.5.1 release

Michael Howitz mh at gocept.com
Sun Jan 4 15:57:15 EST 2009


Log message for revision 94506:
  preparing 0.5.1 release

Changed:
  U   z3c.menu.ready2go/trunk/CHANGES.txt
  U   z3c.menu.ready2go/trunk/setup.py

-=-
Modified: z3c.menu.ready2go/trunk/CHANGES.txt
===================================================================
--- z3c.menu.ready2go/trunk/CHANGES.txt	2009-01-04 20:51:02 UTC (rev 94505)
+++ z3c.menu.ready2go/trunk/CHANGES.txt	2009-01-04 20:57:14 UTC (rev 94506)
@@ -3,23 +3,25 @@
 =======
 
 
-Version 0.5.1dev (unreleased)
------------------------------
+0.5.1 (2009-01-04)
+------------------
 
-- Add support for viewName's that start with ``@@``. They are now processed
-  properly by the ViewNameSelectedChecker.
+- Add support for viewNames that start with ``@@``. They are now
+  processed properly by the ViewNameSelectedChecker.
 
+- Added documentation to Pypi home page.
 
-Version 0.5.0 (2008-04-11)
---------------------------
 
-- bugfix: fixed cssInActive usage. This was broken and ended in not using the 
-  cssInActive CSS class argument
+0.5.0 (2008-04-11)
+------------------
 
+- bugfix: fixed cssInActive usage. This was broken and ended in not
+  using the cssInActive CSS class argument
+
 - added more tests, now we have 100% coverage
 
 - make ISiteMenu only available for ISite but not for IContainmentRoot
 
 - make template pluggable with z3c.template pattern
 
-- Initial Release
+- initial Release

Modified: z3c.menu.ready2go/trunk/setup.py
===================================================================
--- z3c.menu.ready2go/trunk/setup.py	2009-01-04 20:51:02 UTC (rev 94505)
+++ z3c.menu.ready2go/trunk/setup.py	2009-01-04 20:57:14 UTC (rev 94506)
@@ -22,7 +22,7 @@
     name='z3c.menu.ready2go',
     version='0.5.1dev',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
-    author_email = "zope3-dev at zope.org",
+    author_email = "zope-dev at zope.org",
     description = "A ready to go menu for Zope3",
     long_description=(
         read('README.txt')
@@ -45,7 +45,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://cheeseshop.python.org/pypi/z3c.menu.ready2go',
+    url = 'http://pypi.python.org/pypi/z3c.menu.ready2go',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the Checkins mailing list