From 82ddad505b49d93538a42c92847516be4984d23f Mon Sep 17 00:00:00 2001 From: Tom Cowland Date: Thu, 2 Apr 2020 09:45:47 +0100 Subject: [PATCH 1/2] Cortex : Update to version 10.0.0-a76 --- Changes | 5 +++++ Cortex/config.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index b436ae7ae4..b9c4d4520c 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +1.x.x +----- + +- Cortex : Updated to version 10.0.0-a76. + 1.1.0 ----- diff --git a/Cortex/config.py b/Cortex/config.py index 0ad986f843..597896699e 100644 --- a/Cortex/config.py +++ b/Cortex/config.py @@ -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" ], From 70d8142790dfd49e2caa12943cb606c0a039aeeb Mon Sep 17 00:00:00 2001 From: Tom Cowland Date: Thu, 2 Apr 2020 09:46:20 +0100 Subject: [PATCH 2/2] Bump version to 1.2.0 and update Changes --- Changes | 2 +- build.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index b9c4d4520c..16f16b4acb 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -1.x.x +1.2.0 ----- - Cortex : Updated to version 10.0.0-a76. diff --git a/build.py b/build.py index abd1c51c9f..ec1717f30a 100755 --- a/build.py +++ b/build.py @@ -14,7 +14,7 @@ import tarfile import zipfile -__version = "1.1.0" +__version = "1.2.0" def __projects() :