From 119a27bbd6e589d140d49bc5c3f9098aee2dfff9 Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Fri, 8 Apr 2022 21:48:56 +0300 Subject: [PATCH] Release v2.1.0 --- CHANGELOG.md | 2 +- cvat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e559538..10bb3ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0] - Unreleased +## \[2.1.0] - 2022-04-08 ### Added - Task annotations importing via chunk uploads () - Advanced filtration and sorting for a list of tasks/projects/cloudstorages () diff --git a/cvat/__init__.py b/cvat/__init__.py index 818535d2..5b371dbf 100644 --- a/cvat/__init__.py +++ b/cvat/__init__.py @@ -4,6 +4,6 @@ from cvat.utils.version import get_version -VERSION = (2, 1, 0, 'alpha', 0) +VERSION = (2, 1, 0, 'final', 0) __version__ = get_version(VERSION)