osmith submitted this change.

View Change

Approvals: osmith: Verified laforge: Looks good to me, approved
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(-)

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"

To view, visit change 41377. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: python/pyosmocom
Gerrit-Branch: master
Gerrit-Change-Id: I1b5735abefbd69c0d3301b5506424800db25aec6
Gerrit-Change-Number: 41377
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-CC: Jenkins Builder