Skip to content

Commit 0407f76

Browse files
committed
Upgrade to 1.0.2
1 parent af19d82 commit 0407f76

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
History
44
-------
55

6+
1.0.2 (2021-04-26)
7+
------------------
8+
* Skip wait response CANCEL if call not init
9+
610
1.0.1 (2021-04-24)
711
------------------
812
* Fixed no event loop in thread

aiosip/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
__author__ = 'DooPage'
44
__email__ = '[email protected]'
5+
__version__ = 'v1.0.2'
56

67
from .application import *
78
from .dialog import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='aiosip',
27-
version='1.0.1',
27+
version='1.0.2',
2828
description='SIP support for AsyncIO',
2929
long_description=readme + '\n\n' + history,
3030
author='DooPage',

0 commit comments

Comments
 (0)