Skip to content

Commit b79db43

Browse files
committed
Increased version and updated changelogs
1 parent d1037c4 commit b79db43

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

Changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
python-sipsimple (3.3.0) unstable; urgency=medium
2+
3+
* Updated to support openssl-1.1 in pjsip and zrtp
4+
* Updated to support openh264-1.6+ in pjmedia
5+
* Removed duplicate declaration of pjmedia_dir enum in _core.pxd
6+
7+
-- Dan Pascu <[email protected]> Wed, 12 Dec 2018 07:02:37 +0200
8+
19
python-sipsimple (3.2.1) unstable; urgency=medium
210

311
* Fixed building sipsimple when python-application is not installed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
python-sipsimple (3.3.0) unstable; urgency=medium
2+
3+
* Updated to support openssl-1.1 in pjsip and zrtp
4+
* Updated to support openh264-1.6+ in pjmedia
5+
* Removed duplicate declaration of pjmedia_dir enum in _core.pxd
6+
7+
-- Dan Pascu <[email protected]> Wed, 12 Dec 2018 07:02:37 +0200
8+
19
python-sipsimple (3.2.1) unstable; urgency=medium
210

311
* Fixed building sipsimple when python-application is not installed

sipsimple/__info__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__summary__ = "SIP SIMPLE implementation for python"
66
__webpage__ = "http://sipsimpleclient.org"
77

8-
__version__ = "3.2.1"
8+
__version__ = "3.3.0"
99

1010
__author__ = "AG Projects"
1111
__email__ = "[email protected]"

0 commit comments

Comments
 (0)