From 402bfd513270659047bc8364179d7ed759685c93 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Mon, 28 Oct 2024 15:34:43 +0000 Subject: [PATCH] bump version to 0.40.0 --- CHANGELOG.md | 14 ++++++++++---- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0effe55..0d642664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,19 +11,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes -- upgrade mex-model dependency to version 3.1 - ### Deprecated ### Removed ### Fixed +### Security + +## [0.40.0] - 2024-10-28 + +### Changes + +- upgrade mex-model dependency to version 3.1 + +### Fixed + - fix typo in `repositoryURL` of bibliographic resources - make identifier and stableTargetId of ExtractedBibliographicResource computed fields -### Security - ## [0.39.0] - 2024-10-28 ### Added diff --git a/pyproject.toml b/pyproject.toml index a31b4e3f..3814efdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.39.0" +version = "0.40.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }