summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-05-08 16:53:34 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-05-08 16:53:34 +0200
commit5090c328fcb777467f32363b1bd6f3561c879ac8 (patch)
treed2346265c87844bbf107449315b5a3349c7cf024
parentb18391aad21f6ce3b2f21644ecd1b1a976375713 (diff)
downloadmarkupsafe-5090c328fcb777467f32363b1bd6f3561c879ac8.tar.gz
This is 0.22
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b98c5ac..ee25c24 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ def run_setup(with_binary):
ext_modules = [ext] if with_binary else []
setup(
name='MarkupSafe',
- version='0.21',
+ version='0.22',
url='http://github.com/mitsuhiko/markupsafe',
license='BSD',
author='Armin Ronacher',