Skip to content

Commit 57b5489

Browse files
authored
6.0.0 official release (#186)
* Bump version to 6.0.0rc4 * Bump version to 6.0.0 official release
1 parent 488ef47 commit 57b5489

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.0rc2'
4+
version: '6.0.0'
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.0 (unreleased)
8+
### v6.0.0 (released)
99
- *BREAKING*: `XtcePacketDefinition` no longer accepts a file object as input.
1010
Use `spp.xtce.definitions.XtcePacketDefinition.from_xtce()` or `spp.load_xtce()` instead.
1111
- *BREAKING*: Reorganization of the project into different submodules for more explicit handling

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.0rc2"
3+
version: "6.0.0"
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.0rc2"
3+
version = "6.0.0"
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)