We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047fa06 commit c7d61a8Copy full SHA for c7d61a8
CHANGES.rst
@@ -1,12 +1,13 @@
1
CHANGES
2
=======
3
4
-x.x.x (xxxx-xx-xx)
+2.0.0 (2017-10-09)
5
------------------
6
7
* Changed `timeout <= 0` behaviour
8
9
- * Backward incompatibility change, prior this version `0` was shortcut for `None`
+ * Backward incompatibility change, prior this version `0` was
10
+ shortcut for `None`
11
* when timeout <= 0 `TimeoutError` raised faster
12
13
1.4.0 (2017-09-09)
async_timeout/__init__.py
@@ -1,7 +1,7 @@
import asyncio
-__version__ = '1.4.0'
+__version__ = '2.0.0'
class timeout:
0 commit comments