Skip to content

Commit

Permalink
Builder version updated to 11.0.3 and some doc updates (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishidha authored Jan 11, 2023
1 parent cb83621 commit 8d892b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "open-ce-builder" %}
{% set version = "11.0.2" %}
{% set version = "11.0.3" %}

package:
name: {{ name }}
Expand Down
4 changes: 2 additions & 2 deletions open_ce/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -15,4 +15,4 @@
# limitations under the License.
# *****************************************************************
"""
__version__ = "11.0.2"
__version__ = "11.0.3"

0 comments on commit 8d892b5

Please sign in to comment.