Skip to content

Commit a79a08a

Browse files
committed
Bump to 1.4.0
1 parent 31dd718 commit a79a08a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGES
22
=======
33

4+
1.4.0 (2017-09-09)
5+
------------------
6+
7+
* Implement `remaining` property (#20)
8+
9+
* If timeout is not started yet or started unconstrained:
10+
`remaining` is `None`
11+
* If timeout is expired: `remaining` is `0.0`
12+
* All others: roughly amount of time before `TimeoutError` is triggered
13+
414
1.3.0 (2017-08-23)
515
------------------
616

async_timeout/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import asyncio
22

33

4-
__version__ = '1.3.0'
4+
__version__ = '1.4.0'
55

66

77
class timeout:

0 commit comments

Comments
 (0)