[Checkins] SVN: z3c.recipe.mkdir/trunk/ Update history and bump dev version as we have a new feature.

Ulrich Fouquet cvs-admin at zope.org
Mon Jun 25 23:57:07 UTC 2012


Log message for revision 127075:
  Update history and bump dev version as we have a new feature.

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

-=-
Modified: z3c.recipe.mkdir/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.mkdir/trunk/CHANGES.txt	2012-06-25 23:56:00 UTC (rev 127074)
+++ z3c.recipe.mkdir/trunk/CHANGES.txt	2012-06-25 23:57:03 UTC (rev 127075)
@@ -4,8 +4,10 @@
 0.4.1 (unreleased)
 ==================
 
-* No changes yet.
+* Added support for ``create-intermediate`` option (``yes`` by default).
 
+* Fixed bug: empty directory names were not excluded from ``paths``.
+
 0.4 (2012-06-24)
 ================
 

Modified: z3c.recipe.mkdir/trunk/setup.py
===================================================================
--- z3c.recipe.mkdir/trunk/setup.py	2012-06-25 23:56:00 UTC (rev 127074)
+++ z3c.recipe.mkdir/trunk/setup.py	2012-06-25 23:57:03 UTC (rev 127075)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.4.1dev'
+version = '0.5dev'
 
 setup(name='z3c.recipe.mkdir',
       version=version,



More information about the checkins mailing list