From 3ca86bcff25c4887445449bd0e22b918012c9a65 Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Tue, 18 May 2021 17:13:02 +0300 Subject: [PATCH] Update the version and CHANGELOG --- CHANGELOG.md | 6 +----- cvat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4dae30e..349498e3 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). -## [1.4.0] - Unreleased +## [1.4.0] - 2021-05-18 ### Added @@ -18,8 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Place of migration logger initialization () -### Deprecated - ### Removed - Kubernetes templates from () due to helm charts () @@ -33,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Manifest: migration () - Fixed cropping polygon in some corner cases () -### Security - ## [1.3.0] - 3/31/2021 ### Added diff --git a/cvat/__init__.py b/cvat/__init__.py index a2e8889c..2207f0e7 100644 --- a/cvat/__init__.py +++ b/cvat/__init__.py @@ -4,6 +4,6 @@ from cvat.utils.version import get_version -VERSION = (1, 4, 0, 'alpha', 0) +VERSION = (1, 4, 0, 'final', 0) __version__ = get_version(VERSION)