Обновить версию SDK до 2.1.17 и изменить описание для соответствия новой версии API

This commit is contained in:
Artem 2025-10-03 02:07:28 +02:00
parent c2cb9b12ca
commit 87b8d8c3d8
No known key found for this signature in database
GPG key ID: 833485276B7902CE
2 changed files with 3 additions and 2 deletions

View file

@ -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 |

View file

@ -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"}
]