dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/python/pyosmocom/+/38366?usp=email )
Change subject: tag 0.0.6 for osmocom.construct.Asn1DerInteger ......................................................................
tag 0.0.6 for osmocom.construct.Asn1DerInteger
Change-Id: I195685356ba4f6f06d5dbe12638e07320f0c70da --- M debian/changelog M pyproject.toml 2 files changed, 7 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/python/pyosmocom refs/changes/66/38366/1
diff --git a/debian/changelog b/debian/changelog index 0b15a26..c803c83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyosmocom (0.0.6) unstable; urgency=medium + + * tlv/cosmetic: improve import of osmocom functions + + -- Harald Welte laforge@osmocom.org Tue, 08 Oct 2024 17:09:43 +0200 + pyosmocom (0.0.5) unstable; urgency=medium
[ Oliver Smith ] diff --git a/pyproject.toml b/pyproject.toml index 8d81d3e..16ac663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@
[project] name = "pyosmocom" -version = "0.0.5" +version = "0.0.6" dependencies = [ "gsm0338", "construct >= 2.9.51"