未验证 提交 63283a44 编写于 作者: R Roman Donchenko 提交者: GitHub

Merge pull request #6661 from SpecLad/dev-release-2.6.0

Prepare develop for next release
......@@ -5,7 +5,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## \[Unreleased]
## \[Unreleased\]
### Added
- TBD
### Changed
- TBD
### Deprecated
- TBD
### Removed
- TBD
### Fixed
- TBD
### Security
- TBD
## \[2.6.0\] - 2023-08-11
### Added
......@@ -32,10 +57,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/opencv/cvat/pull/6556>)
- Improved memory optimization and code in the decoding module (<https://github.com/opencv/cvat/pull/6585>)
### Deprecated
- TDB
### Removed
- Removed the YOLOv5 serverless function
......@@ -47,10 +68,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
was being used instead of the custom build.
- Fixed the filename for labels in the CamVid format (<https://github.com/opencv/cvat/pull/6600>)
### Security
- TDB
## \[2.5.2\] - 2023-07-27
### Added
......
cvat-sdk~=2.5.0
cvat-sdk~=2.7.0
Pillow>=6.2.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
......@@ -62,8 +62,8 @@ class Client:
"""
SUPPORTED_SERVER_VERSIONS = (
pv.Version("2.5"),
pv.Version("2.6"),
pv.Version("2.7"),
)
def __init__(
......
......@@ -8,7 +8,7 @@ set -e
GENERATOR_VERSION="v6.0.1"
VERSION="2.5.2"
VERSION="2.7.0"
LIB_NAME="cvat_sdk"
LAYER1_LIB_NAME="${LIB_NAME}/api_client"
DST_DIR="$(cd "$(dirname -- "$0")/.." && pwd)"
......
......@@ -4,6 +4,6 @@
from cvat.utils.version import get_version
VERSION = (2, 6, 0, 'alpha', 0)
VERSION = (2, 7, 0, 'alpha', 0)
__version__ = get_version(VERSION)
openapi: 3.0.3
info:
title: CVAT REST API
version: '2.6'
version: '2.7'
description: REST API for Computer Vision Annotation Tool (CVAT)
termsOfService: https://www.google.com/policies/terms/
contact:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册