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)