laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/python/pyosmocom/+/38273?usp=email )
Change subject: tag 0.0.5 for osmocom.construct.Asn1DerInteger ......................................................................
tag 0.0.5 for osmocom.construct.Asn1DerInteger
Change-Id: I77914901d7f154d3a6e97c39575292e03453ddf7 --- M debian/changelog M pyproject.toml 2 files changed, 7 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/python/pyosmocom refs/changes/73/38273/1
diff --git a/debian/changelog b/debian/changelog index eaa9715..3eb38f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyosmocom (0.0.5) unstable; urgency=medium + + * osmocom.construct.Asn1DerInteger + + -- Harald Welte lafore@gnumonks.org Mon, 23 Sep 2024 17:47:59 +0200 + pyosmocom (0.0.4) unstable; urgency=medium
* initial release diff --git a/pyproject.toml b/pyproject.toml index 863c28e..8d81d3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@
[project] name = "pyosmocom" -version = "0.0.4" +version = "0.0.5" dependencies = [ "gsm0338", "construct >= 2.9.51"