From 70f0a22d01b1fd542e2b20230b0a408f711a1da6 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Wed, 29 Jan 2025 09:12:30 +0000 Subject: [PATCH] bump version to 0.49.0 --- CHANGELOG.md | 20 ++++++++++++++------ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6af2de0..0e750445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changes + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.49.0] - 2025-01-29 + +### Added + - new (partially generic) classes for defining Mapping and Filter fields and rules ### Changes @@ -20,12 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - use FILTER_MODEL_CLASSES_BY_NAME instead of FILTER_MODEL_BY_EXTRACTED_CLASS_NAME - use MAPPING_MODEL_CLASSES_BY_NAME instead of MAPPING_MODEL_BY_EXTRACTED_CLASS_NAME -### Removed - -### Fixed - -### Security - ## [0.48.0] - 2025-01-28 ### Added diff --git a/pyproject.toml b/pyproject.toml index 8f5299fe..50297a3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.48.0" +version = "0.49.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }