Revision cd1f89eb01d369aa4b56536e4ccbbee403ac419a authored by Boris Sekachev on 11 January 2022, 10:54:59 UTC, committed by GitHub on 11 January 2022, 10:54:59 UTC
* Fixed statistics modal when the job is assigned to someone

* Updated version
1 parent 8e4dd14
Raw File
__init__.py
# Copyright (C) 2018-2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

from cvat.utils.version import get_version

VERSION = (2, 0, 0, 'alpha', 0)

__version__ = get_version(VERSION)
back to top