Skip to content

Commit

Permalink
[release] 0.7.13 cf CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Oct 9, 2017
1 parent bd45a5f commit 9e655ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

V0.7.13
-------
[aiolib] adds a connection lost callback
[test] imapserver : added APPENDUID response for APPEND cmd
[test][fix] imapserver append should add to the connected user mb
[test] imapserver : more accurate building of message headers (using python email module)

V0.7.12
-------
[aiolib] fix issue #24
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
setup(
name=NAME,
version='0.7.12',
version='0.7.13',
description='Python asyncio IMAP4rev1 client library',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 9e655ba

Please sign in to comment.