summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-22 02:15:36 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-22 02:15:36 +0100
commitcbac3a73c628aed66800e993e3931fcb43f76dd0 (patch)
tree280d2392ab256988658205fdb3ea14ea6adf8ee6
parentdec83ec3629f4a6cabad7d64a6a803996d2d467d (diff)
downloadmarkupsafe-cbac3a73c628aed66800e993e3931fcb43f76dd0.tar.gz
This is 0.180.18
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0886ac6..a5ca3ef 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ def run_setup(with_binary):
features['speedups'] = speedups
setup(
name='MarkupSafe',
- version='0.17',
+ version='0.18',
url='http://github.com/mitsuhiko/markupsafe',
license='BSD',
author='Armin Ronacher',