fix: обновить версию до "2.3.0" и описание в pyproject.toml; обновить таблицу совместимости в README.md

This commit is contained in:
Artem 2025-11-25 20:43:43 +01:00
parent 0afc518964
commit 442e5844a4
No known key found for this signature in database
GPG key ID: 833485276B7902CE
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.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 |

View file

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