laforge has submitted this change. ( https://gerrit.osmocom.org/c/python/pyosmocom/+/38951?usp=email )
Change subject: Bump version to 0.0.7 ...................................................................... Bump version to 0.0.7 Change-Id: Iefe39999e6435a04c12bfbb847873fa605b4ef68 --- M debian/changelog M pyproject.toml 2 files changed, 8 insertions(+), 1 deletion(-) Approvals: fixeria: Looks good to me, but someone else must approve dexter: Verified laforge: Looks good to me, approved diff --git a/debian/changelog b/debian/changelog index 479f8f6..8e82dca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyosmocom (0.0.7) unstable; urgency=medium + + [ Jean-Pierre Marcotte ] + * Fixing 3-digit MNC PlmnAdapter encoding & decoding, and related tests. + + -- Philipp Maier <[email protected]> Tue, 26 Nov 2024 14:29:03 +0100 + pyosmocom (0.0.6) unstable; urgency=medium * tlv/cosmetic: improve import of osmocom functions diff --git a/pyproject.toml b/pyproject.toml index 16ac663..41e677a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "pyosmocom" -version = "0.0.6" +version = "0.0.7" dependencies = [ "gsm0338", "construct >= 2.9.51" -- To view, visit https://gerrit.osmocom.org/c/python/pyosmocom/+/38951?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: Iefe39999e6435a04c12bfbb847873fa605b4ef68 Gerrit-Change-Number: 38951 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <[email protected]> Gerrit-Reviewer: dexter <[email protected]> Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
