diff --git a/CHANGES.rst b/CHANGES.rst index acdc107a3..74a3d19f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changes ======= +0.2.16 (2017-07-02) +------------------- + +- Solved issues with aiobotocore / aiohttp dependencies. + +- Refactored loader functions. + + 0.2.15 (2017-07-02) ------------------- diff --git a/tomodachi/__version__.py b/tomodachi/__version__.py index 0b9978771..a5cfb32cd 100644 --- a/tomodachi/__version__.py +++ b/tomodachi/__version__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.15' +__version__ = '0.2.16' if __name__ == "__main__": print(__version__)