From a15bb6cbefb8a1e9b2795c13e7887bd491720a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kr=C3=B6ger?= Date: Mon, 2 Sep 2024 13:09:22 +0200 Subject: [PATCH 1/2] Downgrade minimum version for netaddr There are some internal libraries that need some changes first. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9900713..2948d182 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ }, install_requires=[ 'paramiko~=2.10', - 'netaddr~=1.0', + 'netaddr~=0.8.0', ], author='InnoGames System Administration', author_email='it@innogames.com', From 2ceab1afd3f030dc55a95d90e59d417e9f0d7ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kr=C3=B6ger?= Date: Mon, 2 Sep 2024 13:11:28 +0200 Subject: [PATCH 2/2] Bump version 4.16.2 --- adminapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminapi/__init__.py b/adminapi/__init__.py index 42b08c0d..09bbf54e 100644 --- a/adminapi/__init__.py +++ b/adminapi/__init__.py @@ -3,4 +3,4 @@ Copyright (c) 2024 InnoGames GmbH """ -VERSION = (4, 16, 1) +VERSION = (4, 16, 2)