From f5ff330763011e1380d1321bf20bd7b346e1b484 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Wed, 18 Dec 2024 14:13:15 +0000 Subject: [PATCH] bump version to 0.45.0 --- CHANGELOG.md | 8 ++++++-- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd557d8..9d6b731b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes -- BREAKING: change type of distribution.title to an array of texts - ### Deprecated ### Removed @@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.45.0] - 2024-12-18 + +### Changes + +- BREAKING: change type of distribution.title to an array of texts + ## [0.44.0] - 2024-12-12 ### Changes diff --git a/pyproject.toml b/pyproject.toml index 60b524e5..106f136a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.44.0" +version = "0.45.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }