mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-05-13 12:16:42 +00:00
fix: обновить версию до "2.3.0" и описание в pyproject.toml; обновить таблицу совместимости в README.md
This commit is contained in:
parent
0afc518964
commit
442e5844a4
2 changed files with 4 additions and 3 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue