Skip to content

Commit

Permalink
[release] 0.6.2 cf CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Jun 7, 2017
1 parent adf48d6 commit 3c01f8c
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.6.2
------
- [fix] added '$' and ';' for fetch message with litteral regexp

V0.6.1
------
- [fix] issue #17 "Error fetch uid param"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@

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

0 comments on commit 3c01f8c

Please sign in to comment.