From 43aa0c00ecc267d6d913b0f75cb5ea9b19081952 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 15 Oct 2024 14:23:49 +0200 Subject: [PATCH] prepare next patch release --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2d433..c00a7eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] -# [v0.24.2] 2024-09-09 +# [v0.24.2] 2024-10-15 ## Fixed diff --git a/pyproject.toml b/pyproject.toml index fc1a140..38447ef 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.24.1" +version = "0.24.2" requires-python = ">=3.8" license = {text = "Apache-2.0"} authors = [