diff --git a/README.rst b/README.rst index 2b8ed91..e3d554e 100644 --- a/README.rst +++ b/README.rst @@ -451,7 +451,7 @@ The older ``param_dict`` attribute is now replaced with a method ``batch.as_dict List Batches ^^^^^^^^^^^^ -Retrieve a list of Batches. Optional parameters are ``project_name``, ``batch_status``, ``created_after`` and ``created_before``. +Retrieve a list of Batches. Optional parameters are ``project_name``, ``batch_status``, ``exclude_archived``, ``created_after`` and ``created_before``. ``get_batches()`` is a **generator** method and yields ``Batch`` objects. diff --git a/scaleapi/_version.py b/scaleapi/_version.py index 6984877..cf0e064 100644 --- a/scaleapi/_version.py +++ b/scaleapi/_version.py @@ -1,2 +1,2 @@ -__version__ = "2.14.2" +__version__ = "2.14.3" __package_name__ = "scaleapi"