-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update __init__.py made project_name optional * Update _version.py new release tag * Update test_client.py tests first draft * updated comment * either project name or batch name must be provided * updated tests * black formatted * removed the explicit project_name=None parameter * removed test_process_tasks_endpoint_args_with_batch_name * formatted with black * updated logic * formatted with black --------- Co-authored-by: Alejandro Gonzalez Barriga <[email protected]>
- Loading branch information
1 parent
5661ee8
commit f6d64cb
Showing
3 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = "2.15.10" | ||
__version__ = "2.15.11" | ||
__package_name__ = "scaleapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters