laforge has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
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@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"