Skip to content

Commit

Permalink
bump to 0.1.18
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Feb 1, 2023
1 parent ff27ee7 commit 4c27607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion fluxcloud/version.py
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"
NAME = "flux-cloud"
Expand Down

0 comments on commit 4c27607

Please sign in to comment.