Skip to content

Commit

Permalink
Merge pull request #131 from robamu-org/prep_v7.0.0
Browse files Browse the repository at this point in the history
v7.0.0
  • Loading branch information
robamu authored Nov 10, 2023
2 parents 8bbfb8d + 5cf968e commit 21e96b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Starting from v4.0.0, this project adheres to [Semantic Versioning](http://semve

# [unreleased]

# [v7.0.0] 2023-11-10

## Added

- The CFDP source and destination handler can now also handle cancel requests.
Expand Down
6 changes: 3 additions & 3 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 = "6.0.0"
version = "7.0.0"
requires-python = ">=3.8"
license = {text = "Apache-2.0 or MIT" }
authors = [
Expand Down Expand Up @@ -36,8 +36,8 @@ dependencies = [
"deprecation~=2.1",
"pyserial~=3.5",
"dle-encoder~=0.2.3",
# "spacepackets~=0.21.0",
"spacepackets @ git+https://github.com/us-irs/spacepackets-py@main"
"spacepackets~=0.21.0",
# "spacepackets @ git+https://github.com/us-irs/spacepackets-py@main"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 21e96b2

Please sign in to comment.