Skip to content

Commit 34fdc7c

Browse files
authored
Update version to 1.6.4rc0 (#3855)
1 parent 90dcebc commit 34fdc7c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.ci/trivy-csv.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ ignore-policy: ""
22
ignorefile: .trivyignore
33
insecure: false
44
scan:
5+
skip-dirs:
6+
- docker/
7+
- src/otx/api/usecases/exportable_code/demo/
58
scanners:
69
- vuln
710
- secret

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## \[v1.6.4\]
6+
7+
### Bug fixes
8+
9+
- Pad input image to square when tiling is enabled (<https://github.com/openvinotoolkit/training_extensions/pull/3844>)
10+
511
## \[v1.6.3\]
612

713
### Enhancements

src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Copyright (C) 2021-2023 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

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

0 commit comments

Comments
 (0)