From 2d72df349a5404ca597296aac824da9b33aa62b3 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Fri, 24 Jan 2025 12:18:20 +0000 Subject: [PATCH] bump version to 0.47.1 --- CHANGELOG.md | 8 ++++++-- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec40f81..4afd5bdc 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 -- skip None values when merging extracted and rule items - ### Security +## [0.47.1] - 2025-01-24 + +### Fixed + +- skip None values when merging extracted and rule items + ## [0.47.0] - 2025-01-23 ### Added diff --git a/pyproject.toml b/pyproject.toml index d4776af3..4b14a14c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.47.0" +version = "0.47.1" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }