Merge branch 'release-1.4.0' into develop

main
Nikita Manovich 5 years ago
commit db3b97236b

@ -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 (<https://github.com/openvinotoolkit/cvat/pull/3170>)
### Deprecated
### Removed
- Kubernetes templates from (<https://github.com/openvinotoolkit/cvat/pull/1962>) due to helm charts (<https://github.com/openvinotoolkit/cvat/pull/3171>)
@ -33,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Manifest: migration (<https://github.com/openvinotoolkit/cvat/pull/3146>)
- Fixed cropping polygon in some corner cases (<https://github.com/openvinotoolkit/cvat/pull/3184>)
### Security
## [1.3.0] - 3/31/2021
### Added

@ -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)

Loading…
Cancel
Save