From 9d6477a369cdb85c93fb6a0594a7fb280b960c89 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Wed, 17 Jul 2024 12:22:16 +0000 Subject: [PATCH] bump version to 0.31.0 --- CHANGELOG.md | 8 ++++++-- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de8a6c8c..8e58dc0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated ### Removed -- BREAKING: ability to store different settings instances at the same time. Dependent - repositories now must bundle all settings in a single class. ### Fixed ### Security +## [0.31.0] - 2024-07-17 + +### Removed +- BREAKING: ability to store different settings instances at the same time. Dependent + repositories now must bundle all settings in a single class. + ## [0.30.0] - 2024-07-16 ### Added diff --git a/pyproject.toml b/pyproject.toml index 0923a7ea..4da2b839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.30.0" +version = "0.31.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }