Skip to content

Commit

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

- Better support for German reply headers: [GH-2](https://github.com/tictail/claw/pull/2).

### v1.0.1 2015-08-23

- Fixed bug when parsing replies from Apple Mail, where a trailing `>` would be included.
- Fixed bug when parsing replies from Apple Mail, where a trailing `>` would be included: [GH-1](https://github.com/tictail/claw/pull/1).

### v1.0.0 2015-08-22

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.0.1',
version='1.1.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 f2a2229

Please sign in to comment.