Skip to content

Commit

Permalink
CI : Update to Cortex 10.5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Nov 3, 2023
1 parent f7b163c commit 8b6f467
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main/installDependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# Determine default archive URL.

defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.2.0/cortex-10.5.2.0-{platform}-python3.{extension}".format(
defaultURL = "https://github.com/ImageEngine/cortex/releases/download/10.5.3.0/cortex-10.5.3.0-{platform}-python3.{extension}".format(
platform = { "darwin" : "osx", "win32" : "windows" }.get( sys.platform, "linux" ),
extension = "tar.gz" if sys.platform != "win32" else "zip"
)
Expand Down
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ API
- Prevented `renameable` and `deletable` metadata from being copied during plug promotion.
- MetadataAlgo : Added `deregisterRedundantValues()` method.

Build
-----

- Cortex : Updated to version 10.5.3.0.

1.3.5.0 (relative to 1.3.4.0)
=======

Expand Down

0 comments on commit 8b6f467

Please sign in to comment.