Skip to content

Commit

Permalink
[release] 0.5.12 cf CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Aug 22, 2016
1 parent 7e54fc4 commit e1721db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,13 @@ Changes
=======


V0.5.12
-------
- fix : issue #12 Not properly buffering newlines for incomplete lines
- fix : imapserver with status of an inexistant mailbox
- fix : remove offset problem with strip() modifying length of read data
- fix : remove 'unknown data received' logs if line is empty

V0.5.11
-------
- remove hard coded logging config
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@

setup(
name=NAME,
version='0.5.11',
version='0.5.12',
description='Python asyncio IMAP4rev1 client library',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit e1721db

Please sign in to comment.