Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 9, 2017
1 parent 047fa06 commit c7d61a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
CHANGES
=======

x.x.x (xxxx-xx-xx)
2.0.0 (2017-10-09)
------------------

* Changed `timeout <= 0` behaviour

* Backward incompatibility change, prior this version `0` was shortcut for `None`
* Backward incompatibility change, prior this version `0` was
shortcut for `None`
* when timeout <= 0 `TimeoutError` raised faster

1.4.0 (2017-09-09)
Expand Down
2 changes: 1 addition & 1 deletion async_timeout/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import asyncio


__version__ = '1.4.0'
__version__ = '2.0.0'


class timeout:
Expand Down

0 comments on commit c7d61a8

Please sign in to comment.