提交 393392c5 编写于 作者: N Nikita Manovich

Bump version: v2.3.0.alpha

上级 79ce99ac
......@@ -5,6 +5,25 @@ 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).
## \[2.3.0] - Unreleased
### Added
- TDB
### Changed
- TDB
### Deprecated
- TDB
### Removed
- TDB
### Fixed
- TDB
### Security
- TDB
## \[2.2.0] - 2022-09-12
### Added
- Added ability to delete frames from a job based on (<https://github.com/openvinotoolkit/cvat/pull/4194>)
......
......@@ -4,6 +4,6 @@
from cvat.utils.version import get_version
VERSION = (2, 2, 0, 'final', 0)
VERSION = (2, 3, 0, 'alpha', 0)
__version__ = get_version(VERSION)
......@@ -27,7 +27,7 @@ services:
cvat_server:
container_name: cvat_server
image: cvat/server:${CVAT_VERSION:-v2.2.0}
image: cvat/server:${CVAT_VERSION:-dev}
restart: always
depends_on:
- cvat_redis
......@@ -57,7 +57,7 @@ services:
cvat_utils:
container_name: cvat_utils
image: cvat/server:${CVAT_VERSION:-v2.2.0}
image: cvat/server:${CVAT_VERSION:-dev}
restart: always
depends_on:
- cvat_redis
......@@ -77,7 +77,7 @@ services:
cvat_worker_default:
container_name: cvat_worker_default
image: cvat/server:${CVAT_VERSION:-v2.2.0}
image: cvat/server:${CVAT_VERSION:-dev}
restart: always
depends_on:
- cvat_redis
......@@ -98,7 +98,7 @@ services:
cvat_worker_low:
container_name: cvat_worker_low
image: cvat/server:${CVAT_VERSION:-v2.2.0}
image: cvat/server:${CVAT_VERSION:-dev}
restart: always
depends_on:
- cvat_redis
......@@ -119,7 +119,7 @@ services:
cvat_ui:
container_name: cvat_ui
image: cvat/ui:${CVAT_VERSION:-v2.2.0}
image: cvat/ui:${CVAT_VERSION:-dev}
restart: always
depends_on:
- cvat_server
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册