Skip to content

Commit

Permalink
[release] 0.8.0 see CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Apr 15, 2021
1 parent 0810e89 commit 71d4c68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,14 @@
Changes
=======


V0.8.0
-------
[aiolib] adds type hints
[aiolib] use async/await syntax (remove support for python 3.4)
[aiolib] fixes issue #30 on idle race condition
[aiolib] fixes the allowed version

V0.7.18
-------
[aiolib] fix the fix python 3.7 don't use the 7.17
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
]
setup(
name=NAME,
version='0.7.18',
version='0.8.0',
description='Python asyncio IMAP4rev1 client library',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 71d4c68

Please sign in to comment.