From 71693a29735082f78fe84d7311f5e33aed69ef8b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 17 Feb 2011 23:14:52 +0100 Subject: [PATCH] added changelog, raise to 0.12 --- CHANGES | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000..21a7e062 --- /dev/null +++ b/CHANGES @@ -0,0 +1,7 @@ +MarkupSafe Changelog +==================== + +Version 0.12 +------------ + +- improved PyPy compatibility diff --git a/setup.py b/setup.py index 9897009b..56b2e26e 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def run_setup(with_binary): features['speedups'] = speedups setup( name='MarkupSafe', - version='0.11', + version='0.12', url='http://dev.pocoo.org/', license='BSD', author='Armin Ronacher',