Skip to content

Commit

Permalink
Version up to 1.2.1 (#989)
Browse files Browse the repository at this point in the history
Signed-off-by: Kim, Vinnam <[email protected]>
  • Loading branch information
vinnamkim authored May 4, 2023
1 parent b4d5d7e commit 39b3fcf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ 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).

## \[Unreleased\]
## 04/05/2023 - Release 1.2.1
### Bug fixes
- Fix project level CVAT for images format import
(<https://github.com/openvinotoolkit/datumaro/pull/980>)
- Fix an info message when using the convert CLI command with no args.input_format
(<https://github.com/openvinotoolkit/datumaro/pull/982>)
- Fix media contents not returning bytes in arrow format
(<https://github.com/openvinotoolkit/datumaro/pull/986>)

Expand Down
2 changes: 1 addition & 1 deletion datumaro/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"
9 changes: 9 additions & 0 deletions docs/source/docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Release Notes
.. toctree::
:maxdepth: 1

v1.2.1 (2023.05)
----------------

Bug fixes
^^^^^^^^^
- Fix project level CVAT for images format import
- Fix an info message when using the convert CLI command with no args.input_format
- Fix media contents not returning bytes in arrow format

v1.2.0 (2023.04)
----------------

Expand Down

0 comments on commit 39b3fcf

Please sign in to comment.