From 553d85792d03a3aade22d9e7f78781217d9efd06 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 5 Oct 2023 20:02:34 +0200 Subject: [PATCH] prep next release --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc30c28..66ac579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.19.0] 2023-10-05 + ## Fixed - Set the `direction` field of the PDU classes correctly depending on the PDU type. This field diff --git a/pyproject.toml b/pyproject.toml index 00dd4cd..2e889cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "spacepackets" description = "Various CCSDS and ECSS packet implementations" readme = "README.md" -version = "0.18.0" +version = "0.19.0" requires-python = ">=3.8" license = {text = "Apache-2.0"} authors = [