Skip to content

Commit

Permalink
Merge pull request #141 from themissingcow/cortex76
Browse files Browse the repository at this point in the history
Cortex : Update to 10.0.0a76
  • Loading branch information
johnhaddon authored Apr 2, 2020
2 parents c84ae47 + 70d8142 commit 55fdc13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.0
-----

- Cortex : Updated to version 10.0.0-a76.

1.1.0
-----

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/10.0.0-a74.tar.gz"
"https://github.com/ImageEngine/cortex/archive/10.0.0-a76.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 = "1.1.0"
__version = "1.2.0"

def __projects() :

Expand Down

0 comments on commit 55fdc13

Please sign in to comment.