Skip to content

Commit 5d80c77

Browse files
committed
bump version to 0.1.4
1 parent 2e77e25 commit 5d80c77

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ build/
22
opensips.egg-info/
33
__pycache__/
44
/debian
5+
/dist
56
.pybuild/
7+
*.orig

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.3'
22+
__version__ = '0.1.4'

packaging/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python3-opensips (0.1.3-1) stable; urgency=low
1+
python3-opensips (0.1.4-1) stable; urgency=low
22

33
* Minor Public Release.
44

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.3
3+
Version: 0.1.4
44
Release: 1%{?dist}
55
License: GPL-3+
66
Group: System Environment/Daemons
@@ -59,5 +59,9 @@ rm -rf $RPM_BUILD_ROOT
5959
%{bash_completions_dir}/python-opensips
6060

6161
%changelog
62+
* Mon Dec 09 2024 Razvan Crainea <[email protected]> - 0.1.4-1
63+
- Fix logging of mi script
64+
- Add completion
65+
6266
* Tue Nov 19 2024 Razvan Crainea <[email protected]> - 0.1.3-3
6367
- Initial spec.

0 commit comments

Comments
 (0)