diff --git a/CHANGES.txt b/CHANGES.txt index 0b3c5385..4aedcc86 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,8 @@ Changes ------- -0.5.4 (XXXX-XX-XX) +0.6.0 (2018-03-04) ^^^^^^^^^^^^^^^^^^ +* Upgrade to aiohttp>=3.0.0 #536 (thanks @Gr1N) 0.5.3 (2018-02-23) ^^^^^^^^^^^^^^^^^^ diff --git a/aiobotocore/__init__.py b/aiobotocore/__init__.py index 39bd65f8..587c6534 100644 --- a/aiobotocore/__init__.py +++ b/aiobotocore/__init__.py @@ -1,4 +1,4 @@ from .session import get_session, AioSession __all__ = ['get_session', 'AioSession'] -__version__ = '0.6.0a0' +__version__ = '0.6.0'