python, nix: Bump version to v0.15.0

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
This commit is contained in:
Felix Walter 2026-05-12 11:52:27 +02:00
parent 3f614097fc
commit 06ed9bffdb
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
{ pkgs, ... }:
let
version = "0.14.5";
version = "0.15.0";
in
rec {

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pyD3TN"
version = "0.14.5"
version = "0.15.0"
description = "Collection of DTN protocol implementations"
readme = "README.md"
license = { text = "BSD-3-Clause OR Apache-2.0" }

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ud3tn-utils"
version = "0.14.5"
version = "0.15.0"
description = "μD3TN Utilities"
readme = "README.md"
license = { text = "BSD-3-Clause OR Apache-2.0" }

View file

@ -1,4 +1,4 @@
cbor2==5.7.0
jsonschema==4.25.0
protobuf==6.33.1
pyd3tn==0.14.5
pyd3tn==0.15.0