[Checkins] SVN: z3c.jsontree/trunk/ version bump, include documentation

Roger Ineichen roger at projekt01.ch
Mon Mar 9 23:45:31 EDT 2009


Log message for revision 97779:
  version bump, include documentation

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

-=-
Modified: z3c.jsontree/trunk/CHANGES.txt
===================================================================
--- z3c.jsontree/trunk/CHANGES.txt	2009-03-10 03:38:30 UTC (rev 97778)
+++ z3c.jsontree/trunk/CHANGES.txt	2009-03-10 03:45:31 UTC (rev 97779)
@@ -2,15 +2,15 @@
 CHANGES
 =======
 
-Version 0.5.1dev (unreleased)
------------------------------
+0.5.1 (2009-03-10)
+------------------
 
 - Fix: use imports from newest packages e.g. zope.site.folder.Folder
 
 - Fix: be smart to NotFound error objects. NotFound errors are not locatable.
 
-Version 0.5.0 (2008-04-16)
---------------------------
+0.5.0 (2008-04-16)
+------------------
 
 - Fix: adjust ITreeItems adapter. Added additional discriminator which 
   prevents to get missused as /@@/ adapter if configured with base registry

Modified: z3c.jsontree/trunk/setup.py
===================================================================
--- z3c.jsontree/trunk/setup.py	2009-03-10 03:38:30 UTC (rev 97778)
+++ z3c.jsontree/trunk/setup.py	2009-03-10 03:45:31 UTC (rev 97779)
@@ -23,13 +23,18 @@
 
 setup (
     name='z3c.jsontree',
-    version='0.5.1dev',
+    version='0.5.1',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "JSON RPC item tree for Zope3",
     long_description=(
         read('README.txt')
         + '\n\n' +
+        'Detailed Documentation\n'
+        '**********************'
+        + '\n\n' +
+        read('src', 'z3c', 'jsontree', 'README.txt')
+        + '\n\n' +
         read('CHANGES.txt')
         ),
     license = "ZPL 2.1",



More information about the Checkins mailing list