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

Andreas Jung andreas at andreas-jung.com
Mon Jul 19 01:37:59 EDT 2010


Log message for revision 114831:
  updated
  

Changed:
  U   zopyx.smartprintng.server/trunk/README.txt
  U   zopyx.smartprintng.server/trunk/docs/HISTORY.txt
  U   zopyx.smartprintng.server/trunk/setup.py
  U   zopyx.smartprintng.server/trunk/zopyx/smartprintng/server/templates/index.pt

-=-
Modified: zopyx.smartprintng.server/trunk/README.txt
===================================================================
--- zopyx.smartprintng.server/trunk/README.txt	2010-07-19 05:31:28 UTC (rev 114830)
+++ zopyx.smartprintng.server/trunk/README.txt	2010-07-19 05:37:59 UTC (rev 114831)
@@ -133,7 +133,7 @@
 Contact
 =======
 
-| ZOPYX Ltd. & Co. KG
+| ZOPYX Limited
 | c/o Andreas Jung, 
 | Charlottenstr. 37/1
 | D-72070 Tuebingen, Germany

Modified: zopyx.smartprintng.server/trunk/docs/HISTORY.txt
===================================================================
--- zopyx.smartprintng.server/trunk/docs/HISTORY.txt	2010-07-19 05:31:28 UTC (rev 114830)
+++ zopyx.smartprintng.server/trunk/docs/HISTORY.txt	2010-07-19 05:37:59 UTC (rev 114831)
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.6.7 (2010/07/18)
+------------------
+* adjusted company name
+
 0.6.6 (2010/05/15)
 ------------------
 * include conversion result into ZIP file

Modified: zopyx.smartprintng.server/trunk/setup.py
===================================================================
--- zopyx.smartprintng.server/trunk/setup.py	2010-07-19 05:31:28 UTC (rev 114830)
+++ zopyx.smartprintng.server/trunk/setup.py	2010-07-19 05:37:59 UTC (rev 114831)
@@ -10,7 +10,7 @@
 if sys.version_info < (2,6):
     raise RuntimeError('Please use Python 2.6.X')
 
-version = '0.6.6'
+version = '0.6.7'
 
 setup(name='zopyx.smartprintng.server',
       version=version,

Modified: zopyx.smartprintng.server/trunk/zopyx/smartprintng/server/templates/index.pt
===================================================================
--- zopyx.smartprintng.server/trunk/zopyx/smartprintng/server/templates/index.pt	2010-07-19 05:31:28 UTC (rev 114830)
+++ zopyx.smartprintng.server/trunk/zopyx/smartprintng/server/templates/index.pt	2010-07-19 05:37:59 UTC (rev 114831)
@@ -30,7 +30,7 @@
   </div>   
 
   <div id="footer">
-      (C) 2009, ZOPYX Ltd. &amp; Co. KG, <a href="http://www.zopyx.com">www.zopyx.com</a>, <a href="mailto:info at zopyx.com">info at zopyx.com</a>
+      (C) 2009,2010, ZOPYX Limited, <a href="http://www.zopyx.com">www.zopyx.com</a>, <a href="mailto:info at zopyx.com">info at zopyx.com</a>
   </div>
 
 </body>



More information about the checkins mailing list