[Checkins] SVN: z3c.recipe.depgraph/trunk/ Prepare z3c.recipe.depgraph 0.5.

Hanno Schlichting hannosch at hannosch.eu
Mon Dec 21 15:55:55 EST 2009


Log message for revision 106834:
  Prepare z3c.recipe.depgraph 0.5.

Changed:
  U   z3c.recipe.depgraph/trunk/CHANGES.txt
  U   z3c.recipe.depgraph/trunk/setup.py

-=-
Modified: z3c.recipe.depgraph/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.depgraph/trunk/CHANGES.txt	2009-12-21 20:38:20 UTC (rev 106833)
+++ z3c.recipe.depgraph/trunk/CHANGES.txt	2009-12-21 20:55:54 UTC (rev 106834)
@@ -1,20 +1,22 @@
 Changelog
 =========
 
-0.5 (unreleased)
+0.5 (2009-12-21)
 ----------------
+
 - Do not break if the ``eggs`` option in the buildout file contains extras.
 
 0.4 (2009-10-04)
 ----------------
-- Added additional ``formats`` option, to control in which fileformats the output
-  is generated. [WouterVH]
 
+- Added additional ``formats`` option, to control in which file formats the
+  output is generated.
+
 - Added additional ``re-exclude``, ``dead-ends`` and ``re-dead-ends`` options,
   to control used eggs more precisely.
 
-- Added additional ``strict`` option, if you want graphs only for eggs 
-  in eggs option.
+- Added additional ``strict`` option, if you want graphs only for eggs in eggs
+  option.
 
 0.3 (2009-07-23)
 ----------------

Modified: z3c.recipe.depgraph/trunk/setup.py
===================================================================
--- z3c.recipe.depgraph/trunk/setup.py	2009-12-21 20:38:20 UTC (rev 106833)
+++ z3c.recipe.depgraph/trunk/setup.py	2009-12-21 20:55:54 UTC (rev 106834)
@@ -3,7 +3,7 @@
 
 setup(
     name='z3c.recipe.depgraph',
-    version = '0.5dev',
+    version = '0.5',
     author='Zope Community',
     author_email='zope-dev at zope.org',
     description='Buildout recipe to generate dependency graphs.',



More information about the checkins mailing list