From 87b8d8c3d8cfe3fa9a487497ebf1559b96978db3 Mon Sep 17 00:00:00 2001 From: Artem Date: Fri, 3 Oct 2025 02:07:28 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20SDK=20=D0=B4?= =?UTF-8?q?=D0=BE=202.1.17=20=D0=B8=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=BE=D0=BE=D1=82=D0=B2=D0=B5?= =?UTF-8?q?=D1=82=D1=81=D1=82=D0=B2=D0=B8=D1=8F=20=D0=BD=D0=BE=D0=B2=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a630ca5..da23460 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ pip install git+https://github.com/remnawave/python-sdk.git@development | Contract Version | Remnawave Panel Version | | ---------------- | ----------------------- | +| 2.1.17 | >=2.1.16 | | 2.1.16 | >=2.1.16 | | 2.1.13 | >=2.1.13, <=2.1.15 | | 2.1.9 | >=2.1.9, <=2.1.12 | diff --git a/pyproject.toml b/pyproject.toml index 07293dc..08bf23c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "remnawave" -version = "2.1.16.post.b" -description = "A Python SDK for interacting with the Remnawave API v2.1.16." +version = "2.1.17" +description = "A Python SDK for interacting with the Remnawave API v2.1.17." authors = [ {name = "Artem",email = "dev@forestsnet.com"} ]