Align server api, sdk and cli versions to 2.1.0 (#4913)

main
Maxim Zhiltsov 3 years ago committed by GitHub
parent efd43637a4
commit 1dcba5a843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,2 @@
cvat-sdk==2.0a1.* cvat-sdk==2.1.0
Pillow>=6.2.0 Pillow>=6.2.0

@ -1 +1 @@
VERSION = "2.0a1" VERSION = "2.1.0"

@ -76,3 +76,4 @@ requirements/
docs/ docs/
setup.py setup.py
README.md README.md
MANIFEST.in

@ -1,2 +0,0 @@
include README.md
include requirements/base.txt

@ -8,7 +8,7 @@ set -e
GENERATOR_VERSION="v6.0.1" GENERATOR_VERSION="v6.0.1"
VERSION="2.0a1" VERSION="2.1.0"
LIB_NAME="cvat_sdk" LIB_NAME="cvat_sdk"
LAYER1_LIB_NAME="${LIB_NAME}/api_client" LAYER1_LIB_NAME="${LIB_NAME}/api_client"
DST_DIR="." DST_DIR="."

@ -1,2 +1,3 @@
include README.md include README.md
include requirements/api_client.txt
include requirements/base.txt include requirements/base.txt

@ -510,7 +510,7 @@ SPECTACULAR_SETTINGS = {
# Statically set schema version. May also be an empty string. When used together with # Statically set schema version. May also be an empty string. When used together with
# view versioning, will become '0.0.0 (v2)' for 'v2' versioned requests. # view versioning, will become '0.0.0 (v2)' for 'v2' versioned requests.
# Set VERSION to None if only the request version should be rendered. # Set VERSION to None if only the request version should be rendered.
'VERSION': 'alpha (2.0)', 'VERSION': '2.1.0',
'CONTACT': { 'CONTACT': {
'name': 'CVAT.ai team', 'name': 'CVAT.ai team',
'url': 'https://github.com/cvat-ai/cvat', 'url': 'https://github.com/cvat-ai/cvat',
@ -567,4 +567,3 @@ SPECTACULAR_SETTINGS = {
'SCHEMA_PATH_PREFIX': '/api', 'SCHEMA_PATH_PREFIX': '/api',
'SCHEMA_PATH_PREFIX_TRIM': False, 'SCHEMA_PATH_PREFIX_TRIM': False,
} }

@ -1,4 +1,4 @@
cvat-sdk==2.0a1.* cvat-sdk==2.1.0
pytest==6.2.5 pytest==6.2.5
requests==2.26.0 requests==2.26.0
deepdiff==5.6.0 deepdiff==5.6.0

Loading…
Cancel
Save