From 442e5844a46eacd3cdfd0303e2a4dcf2fab5791b Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 25 Nov 2025 20:43:43 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20=D0=B4?= =?UTF-8?q?=D0=BE=20"2.3.0"=20=D0=B8=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=20pyproject.toml;=20=D0=BE=D0=B1?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D1=8C=20=D1=82=D0=B0=D0=B1=D0=BB?= =?UTF-8?q?=D0=B8=D1=86=D1=83=20=D1=81=D0=BE=D0=B2=D0=BC=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8=20=D0=B2=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4dc0468..cb28358 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ pip install git+https://github.com/remnawave/python-sdk.git@development | Contract Version | Remnawave Panel Version | | ---------------- | ----------------------- | -| 2.2.6 | >=2.2.6 | +| 2.3.0 | >=2.3.0 | +| 2.2.6 | ==2.2.6 | | 2.2.3 | >=2.2.13 | | 2.1.19 | >=2.1.19, <2.2.0 | | 2.1.18 | >=2.1.18 | diff --git a/pyproject.toml b/pyproject.toml index 5df7f67..0faaf8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "remnawave" -version = "2.2.6.post1" -description = "A Python SDK for interacting with the Remnawave API v2.2.6." +version = "2.3.0" +description = "A Python SDK for interacting with the Remnawave API v2.3.0." authors = [ {name = "Artem",email = "dev@forestsnet.com"} ]