Skip to content

Commit ac778ac

Browse files
authored
Merge pull request #98 from us-irs/prep-v0.27.0
prepare new release v0.27.0
2 parents e8c81d5 + e8879e1 commit ac778ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
# [unreleased]
1010

11+
# [v0.27.0] 2025-01-15
12+
1113
## Changed
1214

1315
- USLP implementation: FECF is fixed to 2 bytes and always uses the standard CRC16 CCITT checksum

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "spacepackets"
77
description = "Various CCSDS and ECSS packet implementations"
88
readme = "README.md"
9-
version = "0.26.1"
9+
version = "0.27.0"
1010
requires-python = ">=3.9"
1111
license = {text = "Apache-2.0"}
1212
authors = [

0 commit comments

Comments
 (0)