From 93d91c8e5fe358bdadb69697ec4963e5fa5de541 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 15 Jan 2025 16:52:13 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9be956..0960eae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Starting from v4.0.0, this project adheres to [Semantic Versioning](http://semve # [v8.1.0] 2025-01-15 - Drop support for EOL Python 3.8. Minimum supported Python version is now 3.9 +- Bump allowed `spacepackets` range to `<=v0.27` # [v8.0.3] 2024-11-08 diff --git a/pyproject.toml b/pyproject.toml index c500b16b..3914812f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "tmtccmd" description = "TMTC Commander Core" readme = "README.md" -version = "8.0.3" +version = "8.1.0" requires-python = ">=3.9" license = {text = "Apache-2.0 or MIT" } authors = [