From ba542cce87ee9cf5a16acb53403aecc9fb658c2f Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 23 Aug 2017 11:11:16 +0300 Subject: [PATCH] Bump to 1.3.0 --- CHANGES.rst | 2 +- async_timeout/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c9c5431..b6e4b02 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ CHANGES ======= -1.3.0 (2017-xx-xx) +1.3.0 (2017-08-23) ------------------ * Don't suppress nested exception on timeout. Exception context points diff --git a/async_timeout/__init__.py b/async_timeout/__init__.py index 7e3830e..5570652 100644 --- a/async_timeout/__init__.py +++ b/async_timeout/__init__.py @@ -1,7 +1,7 @@ import asyncio -__version__ = '1.2.1' +__version__ = '1.3.0' class timeout: