Skip to content

Commit ba542cc

Browse files
committed
Bump to 1.3.0
1 parent 39b5c0e commit ba542cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22
=======
33

4-
1.3.0 (2017-xx-xx)
4+
1.3.0 (2017-08-23)
55
------------------
66

77
* Don't suppress nested exception on timeout. Exception context points

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.2.1'
4+
__version__ = '1.3.0'
55

66

77
class timeout:

0 commit comments

Comments
 (0)