Skip to content

Commit a01e433

Browse files
committed
Bump to 3.0.1
1 parent cb708f8 commit a01e433

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
3.0.1 (2018-10-09)
5+
------------------
6+
7+
- More aggressive typing (#48)
8+
49
3.0.0 (2018-05-05)
510
------------------
611

async_timeout/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import sys
33

44
from types import TracebackType
5-
from typing import Optional, Type, Any
5+
from typing import Optional, Type, Any # noqa
66

77

8-
__version__ = '3.0.0'
8+
__version__ = '3.0.1'
99

1010
PY_37 = sys.version_info >= (3, 7)
1111

0 commit comments

Comments
 (0)