dexter submitted this change.
tag 0.0.5 for osmocom.construct.Asn1DerInteger
Change-Id: I77914901d7f154d3a6e97c39575292e03453ddf7
---
M debian/changelog
M pyproject.toml
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index eaa9715..0b15a26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+pyosmocom (0.0.5) unstable; urgency=medium
+
+ [ Oliver Smith ]
+ * contrib/jenkins: run pysim tests too
+ * gitignore: add dirs generated with jenkins.sh
+
+ [ Philipp Maier ]
+ * test_construct: move testvectors inside unittest class
+ * construct: move __bytes_required to utils and finish the implementation
+
+ [ Harald Welte ]
+ * osmocom.construct.Asn1DerInteger
+
+ -- Harald Welte <laforge@osmocom.org> Tue, 01 Oct 2024 11:24:56 +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"
To view, visit change 38273. To unsubscribe, or for help writing mail filters, visit settings.