From 408511b12507ab374dda937600875359c131b903 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Wed, 29 Jan 2025 16:36:35 +0000 Subject: [PATCH] bump version to 0.49.3 --- CHANGELOG.md | 14 ++++++++++---- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6732109..2b7dbacd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,18 +11,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes -- update mex-model to 3.5.1 - ### Deprecated ### Removed ### Fixed -- fix regex pattern for GndIdStr in organization models - ### Security +## [0.49.3] - 2025-01-29 + +### Changes + +- update mex-model to 3.5.1 + +### Fixed + +- fix regex pattern for GndIdStr in organization models + ## [0.49.2] - 2025-01-29 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 2f2139ce..16ccf6f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.49.2" +version = "0.49.3" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }