feat: обновить версию SDK до 2.1.1 и изменить описание в соответствии с новой версией API

This commit is contained in:
Artem 2025-08-15 23:12:43 +02:00
parent a117f61204
commit 94a13687a6
2 changed files with 4 additions and 3 deletions

View file

@ -63,7 +63,8 @@ pip install git+https://github.com/remnawave/python-sdk.git@development
| Contract Version | Remnawave Panel Version |
| ---------------- | ----------------------- |
| 2.0.0 | >=2.0.0 |
| 2.1.1. | >=2.1.1 |
| 2.0.0 | >=2.0.0,<2.1.0 |
| 1.1.3 | >=1.6.12,<2.0.0 |
| 1.1.2 | >=1.6.3,<=1.6.11 |
| 1.1.1 | 1.6.1, 1.6.2 |

View file

@ -1,7 +1,7 @@
[project]
name = "remnawave"
version = "2.0.0"
description = "A Python SDK for interacting with the Remnawave API v2.0.0."
version = "2.1.1"
description = "A Python SDK for interacting with the Remnawave API v2.1.1."
authors = [
{name = "Artem",email = "dev@forestsnet.com"}
]