We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e70a35 commit 7e69286Copy full SHA for 7e69286
3 files changed
opensips/version.py
@@ -19,4 +19,4 @@
19
20
""" OpenSIPS Package version """
21
22
-__version__ = '0.1.8'
+__version__ = '0.1.9'
packaging/debian/changelog
@@ -1,3 +1,10 @@
1
+python3-opensips (0.1.9-1) stable; urgency=low
2
+
3
+ * Bump upstream version to 0.1.9.
4
+ * Switch build backend to hatchling (PEP 517/pyproject).
5
6
+ -- Razvan Crainea <razvan@opensips.org> Thu, 19 Feb 2026 12:08:05 +0200
7
8
python3-opensips (0.1.5-3) stable; urgency=low
9
10
* Add bash-completion in rules
packaging/redhat_fedora/python3-opensips.spec
@@ -1,6 +1,6 @@
Summary: A collection of Python packages for OpenSIPS.
Name: python3-opensips
-Version: 0.1.8
+Version: 0.1.9
Release: 1%{?dist}
License: GPL-3+
Group: System Environment/Daemons
0 commit comments