From c31ecf164092c6a4ab9b4fbd8027d19d3d947ce3 Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Fri, 17 Sep 2021 14:38:17 +0300 Subject: [PATCH] Update CHANGELOG and server version. --- CHANGELOG.md | 3 +-- cvat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d55ec494..2189cb23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- TDB +- cvat-ui: support cloud storages () ### Changed @@ -44,7 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support cloud storage status () - Support cloud storage preview () - cvat-core: support cloud storages () -- cvat-ui: support cloud storages () ### Changed diff --git a/cvat/__init__.py b/cvat/__init__.py index e01f98d3..abb3e229 100644 --- a/cvat/__init__.py +++ b/cvat/__init__.py @@ -4,6 +4,6 @@ from cvat.utils.version import get_version -VERSION = (1, 6, 0, 'final', 0) +VERSION = (1, 7, 0, 'alpha', 0) __version__ = get_version(VERSION)