Skip to content

Commit

Permalink
Cortex : Update to version 10.5.11.0
Browse files Browse the repository at this point in the history
And bump project version to 9.1.0 in preparation for a release.
  • Loading branch information
johnhaddon committed Nov 20, 2024
1 parent dd378ac commit c99731f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
9.1.0 (relative to 9.0.0)
-----

- Cortex : Updated to version 10.5.11.0.

9.0.0 (relative to 8.0.1)
-----

Expand Down
2 changes: 1 addition & 1 deletion Cortex/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.10.0.tar.gz"
"https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.11.0.tar.gz"

],

Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import tarfile
import zipfile

__version = "9.0.0"
__version = "9.1.0"

"""
Config file format
Expand Down

0 comments on commit c99731f

Please sign in to comment.