commit | 3051422b114d4292fef31c1e2660498c5b7d2353 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Fri Aug 13 00:54:23 2010 +0200 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Fri Aug 13 00:54:23 2010 +0200 |
tree | 77b3c2691252c0f8ca583cc4666d7844c6506fce | |
parent | 4fa38b6fb0923789b2a9e6c7f980687c1725384d [diff] [blame] |
MarkupSafe now provides a escape_silent method as well.
diff --git a/setup.py b/setup.py index 8fb7048..95956c2 100644 --- a/setup.py +++ b/setup.py
@@ -63,7 +63,7 @@ features['speedups'] = speedups setup( name='MarkupSafe', - version='0.9.3', + version='0.10', url='http://dev.pocoo.org/', license='BSD', author='Armin Ronacher',