From a4870e0b28f5751d914f9a5cf5852fb35f55d950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kr=C3=B6ger?= Date: Wed, 10 Apr 2024 15:23:27 +0200 Subject: [PATCH] Bump version 4.14.0 --- CHANGELOG.md | 1 + adminapi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c22d9e62..e9d3df2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 4.14.0 * Allow Serveradmin apps to extend the Servershell (Javascript) [PR!348](https://github.com/innogames/serveradmin/pull/348) * Support pagination with multiple forms [PR!349](https://github.com/innogames/serveradmin/pull/349) +* Skip check for permission to change for related_via attrs [PR!351](https://github.com/innogames/serveradmin/pull/351) ## 4.13.0 * Extend inet attributes and improve ip address type validation [PR!346](https://github.com/innogames/serveradmin/pull/346) diff --git a/adminapi/__init__.py b/adminapi/__init__.py index 3220557f..27470ca0 100644 --- a/adminapi/__init__.py +++ b/adminapi/__init__.py @@ -3,4 +3,4 @@ Copyright (c) 2024 InnoGames GmbH """ -VERSION = (4, 13, 0) +VERSION = (4, 14, 0)