From 423966ff07c8e0c3ab1f22e4de44328bce10a880 Mon Sep 17 00:00:00 2001 From: Nishidha Panpaliya Date: Wed, 11 Jan 2023 01:18:09 -0500 Subject: [PATCH] Builder version updated to 11.0.3 and some doc updates --- README.md | 3 ++- conda/recipe/meta.yaml | 2 +- open_ce/__init__.py | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d16eab15..37e412f5 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ pip install -e . | 1.6.0 | 10.0.0 | | 1.6.1 | 10.0.2 | | 1.7.0 | 11.0.0 | - +| 1.7.1-1.7.4 | >=11.0.2 | +| 1.8.0 | 11.0.3 | ### 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 6139e916..16e8e67a 100644 --- a/conda/recipe/meta.yaml +++ b/conda/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "open-ce-builder" %} -{% set version = "11.0.2" %} +{% set version = "11.0.3" %} package: name: {{ name }} diff --git a/open_ce/__init__.py b/open_ce/__init__.py index 6e9de199..dd169584 100644 --- a/open_ce/__init__.py +++ b/open_ce/__init__.py @@ -1,6 +1,6 @@ """ # ***************************************************************** -# (C) Copyright IBM Corp. 2021, 2022. All Rights Reserved. +# (C) Copyright IBM Corp. 2021, 2023. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,4 +15,4 @@ # limitations under the License. # ***************************************************************** """ -__version__ = "11.0.2" +__version__ = "11.0.3"