dexter has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/python/pyosmocom refs/changes/51/38951/1
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 <pmaier(a)sysmocom.de> 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: newchange
Gerrit-Project: python/pyosmocom
Gerrit-Branch: master
Gerrit-Change-Id: Iefe39999e6435a04c12bfbb847873fa605b4ef68
Gerrit-Change-Number: 38951
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>