[Checkins] SVN: z3c.menu/trunk/ Added TODO for deprecation

Roger Ineichen roger at projekt01.ch
Wed Sep 17 06:56:57 EDT 2008


Log message for revision 91207:
  Added TODO for deprecation
  Added dev marker

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

-=-
Modified: z3c.menu/trunk/CHANGES.txt
===================================================================
--- z3c.menu/trunk/CHANGES.txt	2008-09-17 10:52:32 UTC (rev 91206)
+++ z3c.menu/trunk/CHANGES.txt	2008-09-17 10:56:56 UTC (rev 91207)
@@ -2,9 +2,23 @@
 CHANGES
 =======
 
-0.2.0 (2007-11-01)
-------------------
+TODO
+----
 
+Deprecate this package, add deprectaion warnings and point to the new 
+z3c.menu.simple package since the z3c.menu is a namespace and offers
+z3c.menu.simple and z3c.menu.ready2go.
+
+
+Version 0.3.0dev (unreleased)
+-----------------------------
+
+- ...
+
+
+Version 0.2.0 (2007-11-01)
+--------------------------
+
 - Initial release.
 
     * A simple menu implementation based on viewlets.

Modified: z3c.menu/trunk/setup.py
===================================================================
--- z3c.menu/trunk/setup.py	2008-09-17 10:52:32 UTC (rev 91206)
+++ z3c.menu/trunk/setup.py	2008-09-17 10:56:56 UTC (rev 91207)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.menu',
-      version = '0.3.0',
+      version = '0.3.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Collection of Viewlet-based Menus',



More information about the Checkins mailing list