[Checkins] SVN: zopyx.convert2/trunk/ updated

Andreas Jung andreas at andreas-jung.com
Sat Sep 5 08:57:54 EDT 2009


Log message for revision 103594:
  updated
  

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-09-05 12:56:58 UTC (rev 103593)
+++ zopyx.convert2/trunk/CHANGES.txt	2009-09-05 12:57:54 UTC (rev 103594)
@@ -1,6 +1,8 @@
-2.1.0 (unreleased)
+2.1.0 (2009-09-05)
 ==================
 - Calibre integration
+- API change: convert() now returns a richer dict with all related
+  conversion results
 
 2.0.4 (2009-07-07)
 ====================

Modified: zopyx.convert2/trunk/setup.py
===================================================================
--- zopyx.convert2/trunk/setup.py	2009-09-05 12:56:58 UTC (rev 103593)
+++ zopyx.convert2/trunk/setup.py	2009-09-05 12:57:54 UTC (rev 103594)
@@ -12,7 +12,7 @@
     'Programming Language :: Python',
 ]
 
-version = '2.1.0-dev'
+version = '2.1.0'
 
 desc = unicode(file('README.txt').read().strip(), 'utf-8')
 changes = file('CHANGES.txt').read().strip()



More information about the checkins mailing list