laforge has submitted this change. ( https://gerrit.osmocom.org/c/python/pyosmocom/+/40118?usp=email )
Change subject: bump version number to 0.0.9 for construct.{Bytes,GreedyBytes} ......................................................................
bump version number to 0.0.9 for construct.{Bytes,GreedyBytes}
Change-Id: Id8f9e617482c487f3314118ba3df9c937d501596 --- M debian/changelog M pyproject.toml 2 files changed, 12 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/debian/changelog b/debian/changelog index 4bff797..fd85da2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +pyosmocom (0.0.9) unstable; urgency=medium + + [ Neels Hofmeyr ] + * .gitignore: add vim swap file pattern + + [ Harald Welte ] + * osmocom.construct: Bytes + GreedyBytes with automatic hexstring-conversion + * bump version number to 0.0.9 for construct.{Bytes,GreedyBytes} + + -- Harald Welte lafore@gnumonks.org Wed, 23 Apr 2025 13:24:35 +0200 + pyosmocom (0.0.8) unstable; urgency=medium
* construct: add length steps to StripTrailerAdapter diff --git a/pyproject.toml b/pyproject.toml index 37b54ed..5f8fb39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@
[project] name = "pyosmocom" -version = "0.0.8" +version = "0.0.9" dependencies = [ "gsm0338", "construct >= 2.9.51"