[Checkins] SVN: zopyx.smartprintng.server/branches/security/ updated

Andreas Jung andreas at andreas-jung.com
Wed Jul 22 15:05:30 EDT 2009


Log message for revision 102085:
  updated
  

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

-=-
Modified: zopyx.smartprintng.server/branches/security/docs/HISTORY.txt
===================================================================
--- zopyx.smartprintng.server/branches/security/docs/HISTORY.txt	2009-07-22 19:04:02 UTC (rev 102084)
+++ zopyx.smartprintng.server/branches/security/docs/HISTORY.txt	2009-07-22 19:05:30 UTC (rev 102085)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.5.0 (unreleased)
+------------------
+
+* now requires Python 2.6
+
+
 0.4.3 (2009/07/22)
 ------------------
 

Modified: zopyx.smartprintng.server/branches/security/setup.py
===================================================================
--- zopyx.smartprintng.server/branches/security/setup.py	2009-07-22 19:04:02 UTC (rev 102084)
+++ zopyx.smartprintng.server/branches/security/setup.py	2009-07-22 19:05:30 UTC (rev 102085)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.4.3'
+version = '0.5.0'
 
 setup(name='zopyx.smartprintng.server',
       version=version,



More information about the Checkins mailing list