[Checkins] SVN: z3c.image/trunk/ version bump

Juergen Kartnaller juergen at kartnaller.at
Sun Jun 15 08:37:16 EDT 2008


Log message for revision 87407:
  version bump

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

-=-
Modified: z3c.image/trunk/CHANGES.txt
===================================================================
--- z3c.image/trunk/CHANGES.txt	2008-06-15 12:36:55 UTC (rev 87406)
+++ z3c.image/trunk/CHANGES.txt	2008-06-15 12:37:16 UTC (rev 87407)
@@ -2,9 +2,10 @@
 Changes for z3c.image
 =====================
 
-trunk
-=====
+2008/06/15 1.0.0a1:
+===================
 
+- increase the major version number because of backward incompatibilities
 - changed the way how parameters are processed to make it easier to subclass
   It is now no longer necessary to implement __init__ in subclasses.
   To migrate existing code just set or modify the property "params". "params"

Modified: z3c.image/trunk/setup.py
===================================================================
--- z3c.image/trunk/setup.py	2008-06-15 12:36:55 UTC (rev 87406)
+++ z3c.image/trunk/setup.py	2008-06-15 12:37:16 UTC (rev 87407)
@@ -2,7 +2,7 @@
 
 setup(
     name = "z3c.image",
-    version = "0.1.8",
+    version = "1.0.0a1",
     author = "Zope Contributors",
     author_email = "office at mopacreative.com",
     description = "Image utils for zope3",



More information about the Checkins mailing list