Skip to content

Commit 4c27607

Browse files
committed
bump to 0.1.18
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent ff27ee7 commit 4c27607

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are:
1414
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
1515

1616
## [0.0.x](https://github.com/converged-computing/flux-cloud/tree/main) (0.0.x)
17+
- support for node group level aws avail. zones, save times on each experiment apply (0.1.18)
1718
- data should be namespaced by cloud type (so multiple experiments can be run alongside) (0.1.17)
1819
- add flux-cloud ui to just bring up (and down) a user interface (0.1.16)
1920
- support for submit and batch, to run jobs on the same MiniCluster (0.1.15)

fluxcloud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2022-2023 Lawrence Livermore National Security, LLC
22
# SPDX-License-Identifier: Apache-2.0
33

4-
__version__ = "0.1.17"
4+
__version__ = "0.1.18"
55
AUTHOR = "Vanessa Sochat"
66
EMAIL = "vsoch@users.noreply.github.com"
77
NAME = "flux-cloud"

0 commit comments

Comments
 (0)