[Checkins] SVN: zopyx.smartprintng.server/trunk/ updated

Andreas Jung andreas at andreas-jung.com
Sun Aug 2 02:35:56 EDT 2009


Log message for revision 102418:
  updated
  

Changed:
  U   zopyx.smartprintng.server/trunk/docs/HISTORY.txt
  U   zopyx.smartprintng.server/trunk/setup.py

-=-
Modified: zopyx.smartprintng.server/trunk/docs/HISTORY.txt
===================================================================
--- zopyx.smartprintng.server/trunk/docs/HISTORY.txt	2009-08-02 05:37:16 UTC (rev 102417)
+++ zopyx.smartprintng.server/trunk/docs/HISTORY.txt	2009-08-02 06:35:55 UTC (rev 102418)
@@ -1,16 +1,20 @@
 Changelog
 =========
 
-0.5.0 (unreleased)
+0.5.1 (2009/08/01)
 ------------------
 
-* now requires Python 2.6
 * added convertZIPandRedirect() method
 * added deliver() method
 * moved base.ServerCore to models.py
 * delivered files must be younger than 'delivery_max_age' seconds
+* cleanup code
+* internal refactoring
 * more tests
 
+0.5.0 (2009/07/23)
+------------------
+* now requires Python 2.6
 
 0.4.3 (2009/07/22)
 ------------------

Modified: zopyx.smartprintng.server/trunk/setup.py
===================================================================
--- zopyx.smartprintng.server/trunk/setup.py	2009-08-02 05:37:16 UTC (rev 102417)
+++ zopyx.smartprintng.server/trunk/setup.py	2009-08-02 06:35:55 UTC (rev 102418)
@@ -10,7 +10,7 @@
 if sys.version_info < (2,6):
     raise RuntimeError('Please use Python 2.6.X')
 
-version = '0.5.0'
+version = '0.5.1'
 
 setup(name='zopyx.smartprintng.server',
       version=version,



More information about the Checkins mailing list