From 59d8452791b6f9c772bf7d598a9e58e75d2e56cb Mon Sep 17 00:00:00 2001 From: Gavin Medley Date: Tue, 14 Mar 2023 13:56:21 -0600 Subject: [PATCH] Version release 4.0.2 --- CHANGES.md | 5 ++++- CITATION.cff | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index abd4eda..1b934c6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/CITATION.cff b/CITATION.cff index 797f5aa..515b9dc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 8223fc1..2b9d0b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"