summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-21 17:40:07 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-21 17:40:07 +0100
commit0aa98c6abd7e8e1c4f585fa01a51a7607f501ada (patch)
tree23f667c2e6a05bbb5b41efae9e8d72a5af988f13
parent94e9fcad7b310867421f6a3047e179ab4bb02d49 (diff)
downloadmarkupsafe-0aa98c6abd7e8e1c4f585fa01a51a7607f501ada.tar.gz
This is 0.170.17
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f8a47c1..0886ac6 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ def run_setup(with_binary):
features['speedups'] = speedups
setup(
name='MarkupSafe',
- version='0.16',
+ version='0.17',
url='http://github.com/mitsuhiko/markupsafe',
license='BSD',
author='Armin Ronacher',