We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8c81d5 + e8879e1 commit ac778acCopy full SHA for ac778ac
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
# [unreleased]
10
11
+# [v0.27.0] 2025-01-15
12
+
13
## Changed
14
15
- USLP implementation: FECF is fixed to 2 bytes and always uses the standard CRC16 CCITT checksum
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "spacepackets"
7
description = "Various CCSDS and ECSS packet implementations"
readme = "README.md"
-version = "0.26.1"
+version = "0.27.0"
requires-python = ">=3.9"
license = {text = "Apache-2.0"}
authors = [
0 commit comments