Skip to content

Commit

Permalink
[release] 0.7.0 cf CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Jun 10, 2017
1 parent fc61ea1 commit a2a3633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,11 @@
Changes
=======

V0.7.0
------
- [fix] generalization of literal treatment
- do not filter exists line for 'select' command (breaks the API). To retrieve unread mails with select, use
aioimaplib.extract_exists((yield from imap_client.select()) instead of 'yield from imap_client.select()[0]'

V0.6.2
------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@

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

0 comments on commit a2a3633

Please sign in to comment.