diff --git a/CHANGELOG.md b/CHANGELOG.md index 731f8264..8a8fbfbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v1.2.0 2015-08-25 + + - Strip last root-level `
` instead of first when parsing HTML replies: [GH-4](https://github.com/tictail/claw/pull/4). + ### v1.1.0 2015-08-25 - Better support for German reply headers: [GH-2](https://github.com/tictail/claw/pull/2). diff --git a/setup.py b/setup.py index 6d5e85c1..5384fd11 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='claw', - version='1.1.0', + version='1.2.0', description='Library to extract message quotations and signatures.', long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(), author='Tictail',