Skip to content

Commit

Permalink
Release 0.5 (cvat-ai#705)
Browse files Browse the repository at this point in the history
* Changed version number (0, 5, 'final', 0).
* Updated changelog file.
* fixed default attribute values for tracked shapes (cvat-ai#703)
  • Loading branch information
nmanovic authored and Chris Lee-Messer committed Mar 5, 2020
1 parent 42aad8b commit 6a6946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

from cvat.utils.version import get_version

VERSION = (0, 5, 2, 'final', 0)

VERSION = (0, 5, 2, 'final', 0)
__version__ = get_version(VERSION)

0 comments on commit 6a6946b

Please sign in to comment.