Skip to content

Commit 5ea4561

Browse files
committed
prepare new release
1 parent b9c6bb1 commit 5ea4561

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.32.0] 2026-03-03
12+
1113
## Fixed
1214

1315
- Keep Alive PDU progress field endianness is serialized correctly now.
@@ -653,7 +655,8 @@ Refactored `logging` module usage to be more pythonic.
653655
- Applied formatting with the `black` Python formatter
654656
- Small tweaks to the NOTICE file
655657

656-
[unreleased]: https://github.com/us-irs/spacepackets-py/compare/v0.31.0...HEAD
658+
[unreleased]: https://github.com/us-irs/spacepackets-py/compare/v0.32.0...HEAD
659+
[v0.32.0]: https://github.com/us-irs/spacepackets-py/compare/v0.31.0...v0.32.0
657660
[v0.31.0]: https://github.com/us-irs/spacepackets-py/compare/v0.30.1...v0.31.0
658661
[v0.30.1]: https://github.com/us-irs/spacepackets-py/compare/v0.30.0...v0.30.1
659662
[v0.30.0]: https://github.com/us-irs/spacepackets-py/compare/v0.29.0...v0.30.0

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.31.0"
9+
version = "0.32.0"
1010
requires-python = ">=3.9"
1111
license = {text = "Apache-2.0"}
1212
authors = [

0 commit comments

Comments
 (0)