Skip to content

Commit

Permalink
Update CHANGELOG and server version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Manovich committed Sep 17, 2021
1 parent ff6700b commit c31ecf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<https://github.com/openvinotoolkit/cvat/pull/3372>)

### Changed

Expand Down Expand Up @@ -44,7 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support cloud storage status (<https://github.com/openvinotoolkit/cvat/pull/3386>)
- Support cloud storage preview (<https://github.com/openvinotoolkit/cvat/pull/3386>)
- cvat-core: support cloud storages (<https://github.com/openvinotoolkit/cvat/pull/3313>)
- cvat-ui: support cloud storages (<https://github.com/openvinotoolkit/cvat/pull/3372>)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion cvat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c31ecf1

Please sign in to comment.