Skip to content

Commit

Permalink
Merge pull request #160 from robamu-org/bump-cfdp-spacepackets
Browse files Browse the repository at this point in the history
v8.0.3
  • Loading branch information
robamu authored Nov 8, 2024
2 parents 9800e30 + b524b43 commit 1e18086
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 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.2"
version = "8.0.3"
requires-python = ">=3.8"
license = {text = "Apache-2.0 or MIT" }
authors = [
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 1e18086

Please sign in to comment.