Skip to content

Commit

Permalink
Bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgwizard committed Aug 25, 2015
1 parent 07dade1 commit 17ff771
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.2.0 2015-08-25

- Strip last root-level `<blockquote>` 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).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 17ff771

Please sign in to comment.