Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cfa/cloudops/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ def add_tasks_from_yaml():
help="Base command for the tasks",
)
parser.add_argument(
"-f",
"-fp",
"--file_path",
type=str,
required=True,
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
The versioning pattern is `major.minor.patch`.

---
## 0.7.8

- added tests for increased coverage

## 0.7.7

- added `create_new_folder` flag for upload functions to allow/warn users when uploading to a folder that does not currently exist in Blob.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cfa.cloudops"
version = "0.7.7"
version = "0.7.8"
description = "Cloud storage, batch, functions, MLOps assistance"
authors = [
{name = "Ryan Raasch", email = "xng3@cdc.gov"}
Expand Down
Loading
Loading