From 862b66b20a87fcd04a7d473b20e6fa2812a1882d Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Tue, 14 Jan 2025 16:12:06 +0000 Subject: [PATCH] bump version to 0.3.1 --- CHANGELOG.md | 8 ++++++-- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b901b..ad0ba45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- build current version in release pipeline - ### Security +## [0.3.1] - 2025-01-14 + +### Fixed + +- build current version in release pipeline + ## [0.3.0] - 2024-11-07 ### Added diff --git a/pyproject.toml b/pyproject.toml index 3d3880a..64a192a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-release" -version = "0.3.0" +version = "0.3.1" description = "Create new release with `pdm release VERSION`" authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }