prep v0.3.4

This commit is contained in:
Robin Müller 2025-01-13 10:38:07 +01:00
parent 2403f3a019
commit 7c14b2a2e0
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 6 additions and 1 deletions

View File

@ -8,9 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.3.4]
- Hotfix for pyproject.toml file
# [v0.3.3]
- Fixes for event parsing
- Removed `setup.cfg` and `setup.py`
# [v0.3.2]

View File

@ -6,7 +6,7 @@ requires = [
build-backend = "setuptools.build_meta"
[project]
name = "fsfwgen"
description = "FSFW Generator Core"
version = "0.3.2"
license = "Apache-2.0"