[Checkins] SVN: zopyx.smartprintng.server/trunk/ Pyramid 1.1 compatibility fixes

Andreas Jung andreas at andreas-jung.com
Tue Aug 23 08:00:40 EDT 2011


Log message for revision 122688:
  Pyramid 1.1 compatibility fixes
  

Changed:
  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/docs/HISTORY.txt
===================================================================
--- zopyx.smartprintng.server/trunk/docs/HISTORY.txt	2011-08-23 11:57:34 UTC (rev 122687)
+++ zopyx.smartprintng.server/trunk/docs/HISTORY.txt	2011-08-23 12:00:40 UTC (rev 122688)
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+1.1.0 (2011/08/22)
+------------------
+* compatibility with Pyramid 1.1
+
 1.0.1 (2011/01/30)
 ------------------
 * compatibility with Pyramid 1.0b3+

Modified: zopyx.smartprintng.server/trunk/setup.py
===================================================================
--- zopyx.smartprintng.server/trunk/setup.py	2011-08-23 11:57:34 UTC (rev 122687)
+++ zopyx.smartprintng.server/trunk/setup.py	2011-08-23 12:00:40 UTC (rev 122688)
@@ -10,7 +10,7 @@
 if sys.version_info < (2,6):
     raise RuntimeError('Please use Python 2.6.X')
 
-version = '1.0.1'
+version = '1.1.0'
 
 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	2011-08-23 11:57:34 UTC (rev 122687)
+++ zopyx.smartprintng.server/trunk/zopyx/smartprintng/server/templates/index.pt	2011-08-23 12:00:40 UTC (rev 122688)
@@ -25,7 +25,7 @@
   <div>
       <span class="label">Self-test:</span>
       <tal:loop repeat ="c converters">
-        <a href="selftest?converter=$c">$c</a>
+        <a href="selftest?converter=${c}">${c}</a>
       </tal:loop>
   </div>   
 



More information about the checkins mailing list