Skip to content

Commit 0da3e6d

Browse files
authored
REL: Update release versions and notes for v6.0.1 (#219)
1 parent 8540a65 commit 0da3e6d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
title: 'space_packet_parser'
33
type: software
4-
version: '6.0.0'
4+
version: '6.0.1'
55
description: A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
66
license: BSD-3-Clause
77
abstract: The Space Packet Parser Python library is a generalized, configurable packet decoding library for CCSDS telemetry

docs/source/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ list and release milestones.
55
## Version Release Notes
66
Release notes for the `space_packet_parser` library
77

8-
### v6.0.1 (unreleased)
8+
### v6.0.1 (released)
99

1010
- BUGFIX: Incorrect bitshift logic for ccsds generator packet length creation
1111
in very specific circumstances (only if large data on power of 2 boundary)

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: "space_packet_parser"
3-
version: "6.0.0"
3+
version: "6.0.1"
44

55
source:
66
path: .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "space_packet_parser"
3-
version = "6.0.0"
3+
version = "6.0.1"
44
description = "A CCSDS telemetry packet decoding library based on the XTCE packet format description standard."
55
license = { text = "BSD-3-Clause" }
66
readme = "README.md"

0 commit comments

Comments
 (0)