diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0e86d..ef3aeaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are: The versions coincide with releases on pip. Only major versions will be released as tags on Github. ## [0.0.x](https://github.com/converged-computing/flux-cloud/tree/main) (0.0.x) + - support for node group level aws avail. zones, save times on each experiment apply (0.1.18) - data should be namespaced by cloud type (so multiple experiments can be run alongside) (0.1.17) - add flux-cloud ui to just bring up (and down) a user interface (0.1.16) - support for submit and batch, to run jobs on the same MiniCluster (0.1.15) diff --git a/fluxcloud/version.py b/fluxcloud/version.py index cd082ce..495be07 100644 --- a/fluxcloud/version.py +++ b/fluxcloud/version.py @@ -1,7 +1,7 @@ # Copyright 2022-2023 Lawrence Livermore National Security, LLC # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.1.17" +__version__ = "0.1.18" AUTHOR = "Vanessa Sochat" EMAIL = "vsoch@users.noreply.github.com" NAME = "flux-cloud"