mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
python, nix: Bump version to v0.15.0
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
This commit is contained in:
parent
3f614097fc
commit
06ed9bffdb
4 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
version = "0.14.5";
|
||||
version = "0.15.0";
|
||||
in
|
||||
|
||||
rec {
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cbor2==5.7.0
|
||||
jsonschema==4.25.0
|
||||
protobuf==6.33.1
|
||||
pyd3tn==0.14.5
|
||||
pyd3tn==0.15.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue