Skip to content

Commit

Permalink
Update for release 1.4.0rc3 (#1103)
Browse files Browse the repository at this point in the history
* updated version string and changelog
  • Loading branch information
yunchu authored Jul 18, 2023
1 parent 687eaa0 commit 32fa404
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## \[Unreleased\]

## 18/07/2023 - Release 1.4.0rc3

### Enhancements
- Support list query for explorer
(<https://github.com/openvinotoolkit/datumaro/pull/1087>)
- update contributing.md
(<https://github.com/openvinotoolkit/datumaro/pull/1094>)
- Update 3rd-party.txt for release 1.4.0
(<https://github.com/openvinotoolkit/datumaro/pull/1099>)

## 11/07/2023 - Release 1.4.0rc2
### New features
- Add documentation and notebook example for Prune API
Expand Down
2 changes: 1 addition & 1 deletion src/datumaro/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0rc2"
__version__ = "1.4.0rc3"

0 comments on commit 32fa404

Please sign in to comment.