Skip to content

Commit c418cad

Browse files
authored
added exclude_archive to readme and version bump (#76)
1 parent 65bfed6 commit c418cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ The older ``param_dict`` attribute is now replaced with a method ``batch.as_dict
451451
List Batches
452452
^^^^^^^^^^^^
453453

454-
Retrieve a list of Batches. Optional parameters are ``project_name``, ``batch_status``, ``created_after`` and ``created_before``.
454+
Retrieve a list of Batches. Optional parameters are ``project_name``, ``batch_status``, ``exclude_archived``, ``created_after`` and ``created_before``.
455455

456456
``get_batches()`` is a **generator** method and yields ``Batch`` objects.
457457

scaleapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.14.2"
1+
__version__ = "2.14.3"
22
__package_name__ = "scaleapi"

0 commit comments

Comments
 (0)