From b524b43a745e2c294ebea5d05c3ed8d4f044beef Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 15 Oct 2024 15:00:10 +0200 Subject: [PATCH] prep v8.0.3 --- CHANGELOG.md | 4 ++++ pyproject.toml | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5dbced..7637d960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Starting from v4.0.0, this project adheres to [Semantic Versioning](http://semve # [unreleased] +# [v8.0.3] 2024-11-08 + +- Bump allowed `spacepackets` and `cfdp` range + ## Fixed - Removed serial port validity check, which does not work for something like symlinks created diff --git a/pyproject.toml b/pyproject.toml index 23e20e67..231bc2e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "tmtccmd" description = "TMTC Commander Core" readme = "README.md" -version = "8.0.2" +version = "8.0.3" requires-python = ">=3.8" license = {text = "Apache-2.0 or MIT" } authors = [ @@ -36,9 +36,9 @@ dependencies = [ "Deprecated~=1.2", "pyserial~=3.5", "dle-encoder~=0.2.3", - "spacepackets>=0.24.0, <0.25", - "cfdp-py>=0.1.1, <=0.3", - # "spacepackets @ git+/~https://github.com/us-irs/spacepackets-py@main" + "spacepackets>=0.24.0, <=0.25", + "cfdp-py>=0.1.1, <=0.4", + # "cfdp-py @ git+/~https://github.com/us-irs/cfdp-py.git@main" ] [project.optional-dependencies]