Skip to content

Commit 4142854

Browse files
committed
bump version to 0.1.5
1 parent 01d276c commit 4142854

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

opensips/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
""" OpenSIPS Package version """
2121

22-
__version__ = '0.1.4'
22+
__version__ = '0.1.5'

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3-opensips (0.1.5-1) stable; urgency=low
2+
3+
* Minor Public Release.
4+
5+
-- Darius Stefan <[email protected]> Tue, 11 Feb 2024 14:30:00 +0300
6+
17
python3-opensips (0.1.4-1) stable; urgency=low
28

39
* Minor Public Release.

packaging/redhat_fedora/python3-opensips.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: A collection of Python packages for OpenSIPS.
22
Name: python3-opensips
3-
Version: 0.1.4
3+
Version: 0.1.5
44
Release: 1%{?dist}
55
License: GPL-3+
66
Group: System Environment/Daemons
@@ -60,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
6060
%license LICENSE
6161

6262
%changelog
63+
* Tue Feb 11 2025 Darius Stefan <[email protected]> - 0.1.5-1
64+
- Set default communication type to fifo
65+
- Set correct default values for fifo communication
66+
6367
* Mon Dec 09 2024 Razvan Crainea <[email protected]> - 0.1.4-1
6468
- Fix logging of mi script
6569
- Add completion

0 commit comments

Comments
 (0)