From 5bf8b042141f767797b0e8d518d1fff51b6e545c Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Fri, 12 Jan 2018 09:52:35 +0100 Subject: [PATCH] 0.6.3 --- CHANGES.rst | 12 ++++++++++++ tomodachi/__version__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 78e7194b8..29913daf9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ Changes ======= +0.6.3 (2018-01-12) +------------------ + +- Gracefully handle exceptions thrown when receiving messages from AWS SNS+SQS. + For example when invalid XML data in response which causes botocore to throw + a botocore.parsers.ResponseParserError. + +- Updated dependencies to allow for newer version of aiohttp 2.3.X. + +- Improved type hinting. + + 0.6.2 (2017-11-15) ------------------ diff --git a/tomodachi/__version__.py b/tomodachi/__version__.py index ab9a2217a..13e9ca323 100644 --- a/tomodachi/__version__.py +++ b/tomodachi/__version__.py @@ -1,4 +1,4 @@ -__version__ = '0.6.2' +__version__ = '0.6.3' if __name__ == "__main__": print(__version__)