Skip to content

Commit c7d61a8

Browse files
committed
Bump to 2.0.0
1 parent 047fa06 commit c7d61a8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
CHANGES
22
=======
33

4-
x.x.x (xxxx-xx-xx)
4+
2.0.0 (2017-10-09)
55
------------------
66

77
* Changed `timeout <= 0` behaviour
88

9-
* Backward incompatibility change, prior this version `0` was shortcut for `None`
9+
* Backward incompatibility change, prior this version `0` was
10+
shortcut for `None`
1011
* when timeout <= 0 `TimeoutError` raised faster
1112

1213
1.4.0 (2017-09-09)

async_timeout/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import asyncio
22

33

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

66

77
class timeout:

0 commit comments

Comments
 (0)