[Checkins] SVN: zopyx.convert2/trunk/ newTempfile() fix in fop.py

Andreas Jung andreas at andreas-jung.com
Sun Jul 5 08:25:20 EDT 2009


Log message for revision 101575:
  newTempfile() fix in fop.py
  

Changed:
  U   zopyx.convert2/trunk/CHANGES.txt
  U   zopyx.convert2/trunk/setup.py

-=-
Modified: zopyx.convert2/trunk/CHANGES.txt
===================================================================
--- zopyx.convert2/trunk/CHANGES.txt	2009-07-05 12:24:35 UTC (rev 101574)
+++ zopyx.convert2/trunk/CHANGES.txt	2009-07-05 12:25:19 UTC (rev 101575)
@@ -1,3 +1,7 @@
+2.0.3 (2009-07-05)
+====================
+- fix in fop.py
+
 2.0.2 (2009-06-02)
 ====================
 - fixed broken path for test data files

Modified: zopyx.convert2/trunk/setup.py
===================================================================
--- zopyx.convert2/trunk/setup.py	2009-07-05 12:24:35 UTC (rev 101574)
+++ zopyx.convert2/trunk/setup.py	2009-07-05 12:25:19 UTC (rev 101575)
@@ -12,7 +12,7 @@
     'Programming Language :: Python',
 ]
 
-version = '2.0.2'
+version = '2.0.3'
 
 desc = unicode(file('README.txt').read().strip(), 'utf-8')
 changes = file('CHANGES.txt').read().strip()



More information about the Checkins mailing list