Skip to content

Commit

Permalink
Version release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medley56 committed Mar 14, 2023
1 parent 21ae26d commit 59d8452
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ This is a log of changes made to the library over time
# Version Release Notes
Release notes for the `space_packet_parser` library

## v4.0 (unreleased)
## 4.0.2 (released)
- Documentation updates for Read The Docs

## v4.0.1 (released)
- Modify API for `PacketParser.generator` to accept a ConstBitStream or a BufferedReader or a socket
- This will allow us to keep memory overhead of reading a binary stream to almost zero
- Add examples directory to help users
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cff-version: 1.2.0
title: 'space_packet_parser'
type: software
version: '4.0.1'
version: '4.0.2'
description: A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
license: BSD-3-Clause
abstract: The space_packet_parser Python library is a generalized, configurable packet decoding library for CCSDS telemetry
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "space_packet_parser"
version = "4.0.1"
version = "4.0.2"
description = "A CCSDS telemetry packet decoding library based on the XTCE packet format description standard."
license = "BSD-3-Clause"
readme = "README.md"
Expand Down

0 comments on commit 59d8452

Please sign in to comment.