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

Juergen Kartnaller juergen at kartnaller.at
Thu Nov 22 07:37:47 EST 2007


Log message for revision 81958:
  version bump

Changed:
  U   z3c.extfile/trunk/CHANGES.txt
  D   z3c.extfile/trunk/setup.cfg
  U   z3c.extfile/trunk/setup.py

-=-
Modified: z3c.extfile/trunk/CHANGES.txt
===================================================================
--- z3c.extfile/trunk/CHANGES.txt	2007-11-22 12:37:20 UTC (rev 81957)
+++ z3c.extfile/trunk/CHANGES.txt	2007-11-22 12:37:46 UTC (rev 81958)
@@ -2,9 +2,11 @@
 Changes for z3c.extfile
 =======================
 
-After 1.0.dev
-=============
+0.1.1 (2007-11-22)
+==================
 
+- added testing.py for simpler use of extfile in tests
+
 - Use product config z3c.extfile:storagedir to set the storage directory
 
 - Registration of utility is now logged on INFO

Deleted: z3c.extfile/trunk/setup.cfg
===================================================================
--- z3c.extfile/trunk/setup.cfg	2007-11-22 12:37:20 UTC (rev 81957)
+++ z3c.extfile/trunk/setup.cfg	2007-11-22 12:37:46 UTC (rev 81958)
@@ -1,2 +0,0 @@
-[egg_info]
-tag_svn_revision = 1

Modified: z3c.extfile/trunk/setup.py
===================================================================
--- z3c.extfile/trunk/setup.py	2007-11-22 12:37:20 UTC (rev 81957)
+++ z3c.extfile/trunk/setup.py	2007-11-22 12:37:46 UTC (rev 81958)
@@ -2,7 +2,7 @@
 
 setup(
     name = "z3c.extfile",
-    version = "0.1.1dev",
+    version = "0.1.1",
     author = "Zope Contributors",
     author_email = "zope3-dev at zope.org",
     description = "Large file handling for zope3",



More information about the Checkins mailing list