diff --git a/CHANGELOG.md b/CHANGELOG.md index 4824b68..4015efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v7.1.0] 2025-01-17 + +- Bumped `tmtccmd` to v8.1.0 + ## Fixed - Use new mode TM API. diff --git a/pyproject.toml b/pyproject.toml index bc953a0..f2f48c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "eive-tmtc" description = "TMTC Commander EIVE" readme = "README.md" -version = "7.1.0" +version = "7.2.0" requires-python = ">=3.10" license = {text = "Apache-2.0"} authors = [ @@ -29,9 +29,9 @@ classifiers = [ "Topic :: Scientific/Engineering" ] dependencies = [ - "tmtccmd ~= 8.0.1", + "tmtccmd ~= 8.1", # "tmtccmd @ git+https://github.com/robamu-org/tmtccmd@main", - "cfdp-py~=0.1.0", + "cfdp-py>=0.4, <=0.5", "python-dateutil ~= 2.8", ]