osmith has submitted this change. ( https://gerrit.osmocom.org/c/python/pyosmocom/+/41254?usp=email )
Change subject: Bump version: 0.0.9 → 0.0.10 ...................................................................... Bump version: 0.0.9 → 0.0.10 Change-Id: Ibf93e6c8ddba927c248325e6705abf98c82d5d71 --- M debian/changelog 1 file changed, 11 insertions(+), 0 deletions(-) Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve jolly: Looks good to me, approved diff --git a/debian/changelog b/debian/changelog index fd85da2..b1aae02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +pyosmocom (0.0.10) unstable; urgency=medium + + [ Andreas Eversberg ] + * Corrected decoding of MSISDN IE and IMEI IE + + [ Vadim Yanitskiy ] + * utils: b2h()/i2h(): use bytes.hex() API + * utils: h2i(): use list() to convert bytes to integers + + -- Oliver Smith <[email protected]> Thu, 23 Oct 2025 15:09:08 +0200 + pyosmocom (0.0.9) unstable; urgency=medium [ Neels Hofmeyr ] -- To view, visit https://gerrit.osmocom.org/c/python/pyosmocom/+/41254?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: Ibf93e6c8ddba927c248325e6705abf98c82d5d71 Gerrit-Change-Number: 41254 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: jolly <[email protected]> Gerrit-Reviewer: osmith <[email protected]>
