Skip to content

Commit

Permalink
duocs: Udate version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroPolidori committed Dec 20, 2023
1 parent 54bf1d8 commit 878adf5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v0.7.0+obx.1.2.7]

### Fixed

- Fix efficient_ad dead frame issue adding pre_padding param.
- Fix efficient_ad memory footprint issue

## [v0.7.0+obx.1.2.6]

### Updated
Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# SPDX-License-Identifier: Apache-2.0

anomalib_version = "0.7.0"
custom_orobix_version = "1.2.6"
custom_orobix_version = "1.2.7"

__version__ = f"{anomalib_version}+obx.{custom_orobix_version}"

0 comments on commit 878adf5

Please sign in to comment.