laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/python/pyosmocom/+/41739?usp=email )

Change subject: Bump version: 0.0.12
......................................................................

Bump version: 0.0.12

Change-Id: I0bbbfec06c45a4355b523b898063e0be161eb21f
---
M debian/changelog
M pyproject.toml
2 files changed, 14 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve




diff --git a/debian/changelog b/debian/changelog
index bbce47e..d3296f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+pyosmocom (0.0.12) unstable; urgency=medium
+
+  [ Oliver Smith ]
+  * README: mention the pypi package
+  * Fix lint errors: unused imports
+  * Fix lint errors: remove unnecessary semicolons
+  * Fix lint errors: do not use bare except
+
+  [ Harald Welte ]
+  * osmocom.construct.PaddedBcdAdapter: Support zero-length strings
+
+ -- Harald Welte <[email protected]>  Fri, 19 Dec 2025 18:19:53 +0100
+
 pyosmocom (0.0.11) unstable; urgency=medium

   * pyproject: use SPDX license identifier
diff --git a/pyproject.toml b/pyproject.toml
index c844a11..3fafdd4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@

 [project]
 name = "pyosmocom"
-version = "0.0.11"
+version = "0.0.12"
 dependencies = [
   "gsm0338",
   "construct >= 2.9.51"

--
To view, visit https://gerrit.osmocom.org/c/python/pyosmocom/+/41739?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: python/pyosmocom
Gerrit-Branch: master
Gerrit-Change-Id: I0bbbfec06c45a4355b523b898063e0be161eb21f
Gerrit-Change-Number: 41739
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to