File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " spacepackets"
77description = " Various CCSDS and ECSS packet implementations"
88readme = " README.md"
9- version = " 0.31 .0"
9+ version = " 0.32 .0"
1010requires-python = " >=3.9"
1111license = {text = " Apache-2.0" }
1212authors = [
You can’t perform that action at this time.
0 commit comments