From ac9521889e41f565fee200e568ed84c1843f90bc Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Tue, 16 Jul 2024 09:56:57 +0000 Subject: [PATCH] bump version to 0.30.0 --- CHANGELOG.md | 8 ++++++-- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c9a183..511da645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- get count of found wikidata organizations - ### Changes ### Deprecated @@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.30.0] - 2024-07-16 + +### Added + +- get count of found wikidata organizations + ## [0.29.1] - 2024-07-15 ## [0.29.0] - 2024-07-12 diff --git a/pyproject.toml b/pyproject.toml index 71ba4c02..0923a7ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-common" -version = "0.29.1" +version = "0.30.0" description = "Common library for MEx python projects." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }