-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 1.5.1 (2023-12-16) ### Development related changes - Specifies compatible Python versions - Fixes `tiatoolbox-feedstock` build for conda-forge release #763 **Full Changelog:** v1.5.0...v1.5.1
- Loading branch information
1 parent
1f7084d
commit c9a4e58
Showing
6 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
|
||
[tool.poetry] | ||
name = "TIA Centre" | ||
version = "1.5.0" | ||
version = "1.5.1" | ||
description = "test" | ||
authors = ["TIA Centre <[email protected]>"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
__author__ = """TIA Centre""" | ||
__email__ = "[email protected]" | ||
__version__ = "1.5.0" | ||
__version__ = "1.5.1" | ||
|
||
# This will set the tiatoolbox external data | ||
# default to be the user home folder, should work on both Window and Unix/Linux | ||
|