Skip to content

Commit

Permalink
build: Upgrade version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomammana committed Jun 5, 2024
1 parent 15d5ddc commit 18fc25a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# Changelog
All notable changes to this project will be documented in this file.

### [2.1.10]

#### Fixed

- Fix anomaly visualizer callback showing wrong heatmaps after anomaly score refactoring

### [2.1.9]

#### Updated
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quadra"
version = "2.1.9"
version = "2.1.10"
description = "Deep Learning experiment orchestration library"
authors = [
"Federico Belotti <federico.belotti@orobix.com>",
Expand Down
2 changes: 1 addition & 1 deletion quadra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.9"
__version__ = "2.1.10"


def get_version():
Expand Down

0 comments on commit 18fc25a

Please sign in to comment.