[Checkins] SVN: z3c.optionstorage/trunk/ Another bugfix, argh

Brian Sutherland jinty at web.de
Wed Jul 4 03:27:50 EDT 2007


Log message for revision 77388:
  Another bugfix, argh

Changed:
  U   z3c.optionstorage/trunk/MANIFEST.in
  U   z3c.optionstorage/trunk/setup.py

-=-
Modified: z3c.optionstorage/trunk/MANIFEST.in
===================================================================
--- z3c.optionstorage/trunk/MANIFEST.in	2007-07-04 07:04:09 UTC (rev 77387)
+++ z3c.optionstorage/trunk/MANIFEST.in	2007-07-04 07:27:49 UTC (rev 77388)
@@ -1,4 +1,4 @@
 include ZopePublicLicense.txt
-include src/z3c.optionstorage/*.zcml
-include src/z3c.optionstorage/browser/*.zcml
-include src/z3c.optionstorage/browser/*.pt
+include src/z3c/optionstorage/*.zcml
+include src/z3c/optionstorage/browser/*.zcml
+include src/z3c/optionstorage/browser/*.pt

Modified: z3c.optionstorage/trunk/setup.py
===================================================================
--- z3c.optionstorage/trunk/setup.py	2007-07-04 07:04:09 UTC (rev 77387)
+++ z3c.optionstorage/trunk/setup.py	2007-07-04 07:27:49 UTC (rev 77388)
@@ -2,7 +2,7 @@
 
 setup(
     name = 'z3c.optionstorage',
-    version = '0.1.1',
+    version = '0.1.2',
     author = 'Zope Corporation and Contributors',
     author_email = 'zope3-dev at zope.org',
     description = '',



More information about the Checkins mailing list