Skip to content

Commit

Permalink
increase allowed cfdp-py version range
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Aug 27, 2024
1 parent c3c1bd6 commit 7861717
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Starting from v4.0.0, this project adheres to [Semantic Versioning](http://semve

# [unreleased]

# [v8.0.2] 2024-08-27

## Changed

Increase allowed version range for `cfdp-py` dependency to `>=0.1.0, <=0.3`.

# [v8.0.1] 2024-05-08

## Fixed
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "tmtccmd"
description = "TMTC Commander Core"
readme = "README.md"
version = "8.0.1"
version = "8.0.2"
requires-python = ">=3.8"
license = {text = "Apache-2.0 or MIT" }
authors = [
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies = [
"pyserial~=3.5",
"dle-encoder~=0.2.3",
"spacepackets>=0.24.0, <0.25",
"cfdp-py~=0.1.1",
"cfdp-py>=0.1.1, <=0.3",
# "spacepackets @ git+https://github.com/us-irs/spacepackets-py@main"
]

Expand Down

0 comments on commit 7861717

Please sign in to comment.