From e1a0e44d59fe40ca2d596411c9b502947ccb848c Mon Sep 17 00:00:00 2001 From: Christopher Moussa Date: Fri, 2 Apr 2021 10:48:59 -0700 Subject: [PATCH 1/2] NEWS.md: fix year on v0.6.0 release title --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e330c699..cf821124 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -flux-accounting version 0.6.0 - 2020-01-29 +flux-accounting version 0.6.0 - 2021-01-29 ------------------------------------------ #### Fixes From 7dcc6616f8128dd8123afa57576f43d088ae5dbd Mon Sep 17 00:00:00 2001 From: Christopher Moussa Date: Fri, 2 Apr 2021 10:50:58 -0700 Subject: [PATCH 2/2] NEWS.md: add 0.7.0 release notes --- NEWS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS.md b/NEWS.md index cf821124..f45fa169 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,20 @@ +flux-accounting version 0.7.0 - 2021-04-02 +------------------------------------------ + +#### Fixes + +* Fixed `ModuleNotFound` error when running Python unit tests on Python `3.6` (#106) + +* Removed shebang line from **flux-account.py** to prevent Python version mismatch errors (#101) + +#### Features + +* Added a new `reader` class which will read flux-accounting information and load it to a `weighted_tree` object (#103) + + * Added a subclass `data_reader_db` which will read and load information from a flux-accounting SQLite database + +* Added a new flux subcommand: `flux shares`, which will output a flux-accounting database hierarchy containing user/bank shares and usage information (#109) + flux-accounting version 0.6.0 - 2021-01-29 ------------------------------------------