dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/python/pyosmocom/+/39284?usp=email )
Change subject: Bump version to 0.0.8
......................................................................
Bump version to 0.0.8
Change-Id: I08afa4d29e2fe5fe18179b109d513d870b87d156
---
M debian/changelog
M pyproject.toml
2 files changed, 8 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/python/pyosmocom refs/changes/84/39284/1
diff --git a/debian/changelog b/debian/changelog
index 8e82dca..4bff797 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyosmocom (0.0.8) unstable; urgency=medium
+
+ * construct: add length steps to StripTrailerAdapter
+ * construct: allow stripping of leading zeros with StripHeaderAdapter
+
+ -- Philipp Maier <pmaier(a)sysmocom.de> Fri, 10 Jan 2025 14:47:19 +0100
+
pyosmocom (0.0.7) unstable; urgency=medium
[ Jean-Pierre Marcotte ]
diff --git a/pyproject.toml b/pyproject.toml
index 41e677a..37b54ed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
[project]
name = "pyosmocom"
-version = "0.0.7"
+version = "0.0.8"
dependencies = [
"gsm0338",
"construct >= 2.9.51"
--
To view, visit
https://gerrit.osmocom.org/c/python/pyosmocom/+/39284?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: I08afa4d29e2fe5fe18179b109d513d870b87d156
Gerrit-Change-Number: 39284
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>