From e567b74e62d90a21871a598ddb5b88bc3ac8b217 Mon Sep 17 00:00:00 2001 From: Deepali Chourasia Date: Mon, 8 Jul 2024 07:06:42 +0000 Subject: [PATCH 1/2] Builder changes for v13.0.2 --- README.md | 3 ++- conda/recipe/meta.yaml | 2 +- open_ce/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80dcfb0..98d6674 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ pip install -e . | 1.8.1 | 12.0.1 | | 1.9.4 | 12.0.3 | | 1.10.0 | 12.0.3 | -| 1.11.0 | 13.0.1 | +| 1.11.0/1.11.1 | 13.0.1 | +| 1.11.2 | 13.0.2 ### Building a Collection of Packages To build an entire integrated and functional conda channel using Open-CE, start by installing the needed tools in the [Requirements](#requirements) section above. diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml index 8e95691..325ff01 100644 --- a/conda/recipe/meta.yaml +++ b/conda/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "open-ce-builder" %} -{% set version = "13.0.1" %} +{% set version = "13.0.2" %} package: name: {{ name }} diff --git a/open_ce/__init__.py b/open_ce/__init__.py index 68770a1..b89ad02 100644 --- a/open_ce/__init__.py +++ b/open_ce/__init__.py @@ -15,4 +15,4 @@ # limitations under the License. # ***************************************************************** """ -__version__ = "13.0.1" +__version__ = "13.0.2" From cc2e1a3427570852cc0a60805f1ae768f8d7eb08 Mon Sep 17 00:00:00 2001 From: Deepali Chourasia Date: Mon, 8 Jul 2024 07:08:46 +0000 Subject: [PATCH 2/2] update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 98d6674..b73a2d6 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,7 @@ pip install -e . | 1.8.1 | 12.0.1 | | 1.9.4 | 12.0.3 | | 1.10.0 | 12.0.3 | -| 1.11.0/1.11.1 | 13.0.1 | -| 1.11.2 | 13.0.2 +| 1.11.2 | 13.0.2 | ### Building a Collection of Packages To build an entire integrated and functional conda channel using Open-CE, start by installing the needed tools in the [Requirements](#requirements) section above.