osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/python/pyosmocom/+/41377?usp=email )
Change subject: Bump version: 0.0.11 ......................................................................
Bump version: 0.0.11
Tag a new version, and this time adjust pyproject.toml too so we can publish the new version to pypi. I'm updating the instructions in the wiki so this is clear in the future: https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
Change-Id: I1b5735abefbd69c0d3301b5506424800db25aec6 --- M debian/changelog M pyproject.toml 2 files changed, 7 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/python/pyosmocom refs/changes/77/41377/1
diff --git a/debian/changelog b/debian/changelog index b1aae02..bbce47e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyosmocom (0.0.11) unstable; urgency=medium + + * pyproject: use SPDX license identifier + + -- Oliver Smith osmith@sysmocom.de Fri, 07 Nov 2025 11:47:17 +0100 + pyosmocom (0.0.10) unstable; urgency=medium
[ Andreas Eversberg ] diff --git a/pyproject.toml b/pyproject.toml index 7e33b7a..c844a11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@
[project] name = "pyosmocom" -version = "0.0.9" +version = "0.0.11" dependencies = [ "gsm0338", "construct >= 2.9.51"