From 5bd563971b0cc419b33c3b977dc208b31896bf11 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Tue, 19 Nov 2024 15:25:53 +0000 Subject: [PATCH] bump version to 3.3.0 --- CHANGELOG.md | 16 +++++++++++----- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a55facdd..d95aa444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- add "$$target" property to model, to help with de-referencing - ### Changes -- setup json-schema rendering for sphinx docs -- fix cruft diffs in README, pyproject and requirements - ### Deprecated ### Removed @@ -24,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [3.3.0] - 2024-11-19 + +### Added + +- add "$$target" property to model, to help with de-referencing + +### Changes + +- setup json-schema rendering for sphinx docs +- fix cruft diffs in README, pyproject and requirements + ## [3.2.0] - 2024-11-18 ## [3.1.0] - 2024-10-28 diff --git a/pyproject.toml b/pyproject.toml index 93d1d99c..8df0baaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-model" -version = "3.2.0" +version = "3.3.0" description = "JSON schema files defining the MEx metadata model." authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }