Skip to content

Commit 51f504b

Browse files
authored
🚑 Release 1.4.1 (#661)
### Bug Fixes and Other Changes - Fix dictionary changed size Error #626 (#605)
1 parent 5231f9d commit 51f504b

File tree

8 files changed

+6042
-1486
lines changed

8 files changed

+6042
-1486
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
REGISTRY: ghcr.io
77
IMAGE_NAME: TissueImageAnalytics/tiatoolbox
88
image: ghcr.io/tissueimageanalytics/tiatoolbox
9-
TOOLBOX_VER: 1.4.0
9+
TOOLBOX_VER: 1.4.1
1010

1111
jobs:
1212
build-and-push-image:

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ authors:
4444
given-names: "Shan E Ahmed"
4545
orcid: "https://orcid.org/0000-0002-1097-1738"
4646
title: "TIAToolbox as an end-to-end library for advanced tissue image analytics"
47-
version: 1.4.0 # TIAToolbox version
47+
version: 1.4.1 # TIAToolbox version
4848
doi: 10.5281/zenodo.5802442
4949
date-released: 2022-10-20
5050
url: "https://github.com/TissueImageAnalytics/tiatoolbox"

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
## 1.4.1 (2023-07-25)
4+
5+
### Bug Fixes and Other Changes
6+
7+
- Fix dictionary changed size Error #626 (#605)
8+
39
## 1.4.0 (2023-04-24)
410

511
### Major Updates and Feature Improvements

0 commit comments

Comments
 (0)