diff --git a/CHANGELOG.md b/CHANGELOG.md index b4efddcb..2e4c2e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ 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.0.0] - Unreleased +## \[2.0.0] - 2022-03-04 ### Added -- Handle attributes comming from nuclio detectors () +- Handle attributes coming from nuclio detectors () - Add additional environment variables for Nuclio configuration () - Add KITTI segmentation and detection format () - Add LFW format () @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Rotated bounding boxes () - Player option: Smooth image when zoom-in, enabled by default () - Google Cloud Storage support in UI () -- Add project tasks paginations () +- Add project tasks pagination () - Add remove issue button () - Data sorting option () - Options to change font size & position of text labels on the canvas () @@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Advanced filtration and sorting for a list of jobs () ### Changed -- Users don't have access to a task object anymore if they are assigneed only on some jobs of the task () +- Users don't have access to a task object anymore if they are assigned only on some jobs of the task () - Different resources (tasks, projects) are not visible anymore for all CVAT instance users by default () - API versioning scheme: using accept header versioning instead of namespace versioning () - Replaced 'django_sendfile' with 'django_sendfile2' () diff --git a/cvat/__init__.py b/cvat/__init__.py index 4a067535..534ef79d 100644 --- a/cvat/__init__.py +++ b/cvat/__init__.py @@ -4,6 +4,6 @@ from cvat.utils.version import get_version -VERSION = (2, 0, 0, 'alpha', 0) +VERSION = (2, 0, 0, 'final', 0) __version__ = get_version(VERSION) diff --git a/utils/__init__.py b/utils/__init__.py index e69de29b..d0af4b96 100644 --- a/utils/__init__.py +++ b/utils/__init__.py @@ -0,0 +1,4 @@ +# Copyright (C) 2022 Intel Corporation +# +# SPDX-License-Identifier: MIT +