Skip to content

Commit c55c861

Browse files
b-butlermikemhenry
andauthored
Fix packaging script files for CLI (#765)
* fix: packaging script files for CLI * doc: Update changelog * doc: remove merge artifact Co-authored-by: Mike Henry <[email protected]> * doc: remove merge artifact 2.0 Co-authored-by: Mike Henry <[email protected]> --------- Co-authored-by: Mike Henry <[email protected]>
1 parent bec76bb commit c55c861

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: changelog.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ The numbers in brackets denote the related GitHub issue and/or pull request.
88
Version 0.26
99
============
1010

11-
[0.26.1] -- not yet released
12-
----------------------------
11+
[0.26.1] -- 2023-xx-xx
12+
----------------------
1313

1414
Fixed
1515
+++++
1616

17+
- Packaging of files in ``flow.scripts`` used in CLI (#765).
1718
- Schedule 56 cores per node on OLCF Frontier (#764).
1819

1920
[0.26.0] -- 2023-09-06

Diff for: flow/scripts/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2023 The Regents of the University of Michigan
2+
# All rights reserved.
3+
# This software is licensed under the BSD 3-Clause License.
4+
"""Import command line scripts."""

0 commit comments

Comments
 (0)