Skip to content

Commit

Permalink
Update changelog and version of CVAT server
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Manovich committed Nov 10, 2020
1 parent 6a9fb26 commit a916e65
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,27 @@ 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.2.0] - 2020-11-09
## [1.2.0-beta] - Unreleased

### Added
-

### Changed
-

### Deprecated
-

### Removed
-

### Fixed
-

### Security
-

## [1.2.0-alpha] - 2020-11-09

### Added
- Ability to login into CVAT-UI with token from api/v1/auth/login (<https://github.com/openvinotoolkit/cvat/pull/2234>)
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, 2, 0, 'alpha', 0)
VERSION = (1, 2, 0, 'beta', 0)

__version__ = get_version(VERSION)

0 comments on commit a916e65

Please sign in to comment.