Skip to content

Commit

Permalink
Update version to 1.6.4rc0 (#3855)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Aug 19, 2024
1 parent 90dcebc commit 34fdc7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .ci/trivy-csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ ignore-policy: ""
ignorefile: .trivyignore
insecure: false
scan:
skip-dirs:
- docker/
- src/otx/api/usecases/exportable_code/demo/
scanners:
- vuln
- secret
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## \[v1.6.4\]

### Bug fixes

- Pad input image to square when tiling is enabled (<https://github.com/openvinotoolkit/training_extensions/pull/3844>)

## \[v1.6.3\]

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion src/otx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Copyright (C) 2021-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.6.3"
__version__ = "1.6.4rc0"
# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release

0 comments on commit 34fdc7c

Please sign in to comment.