Skip to content

Commit

Permalink
Merge branch 'release-1.4.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Manovich committed May 18, 2021
2 parents a5b9966 + 3ca86bc commit db3b972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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>)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cvat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit db3b972

Please sign in to comment.