diff --git a/renku/ui/cli/dataset.py b/renku/ui/cli/dataset.py index 128b0cca50..4bd1be3b45 100644 --- a/renku/ui/cli/dataset.py +++ b/renku/ui/cli/dataset.py @@ -243,7 +243,7 @@ the dataset's data directory by using the ``--check-data-directory`` flag. You can limit the scope of updated files by specifying dataset slugs, using -``--include`` and ``--exclude`` to filter based on file slugs, or using +``--include`` and ``--exclude`` to filter based on file names, or using ``--creators`` to filter based on creators. For example, the following command updates only CSV files from ``my-dataset``: diff --git a/renku/version.py b/renku/version.py index 4a3f1379ac..fe38037948 100644 --- a/renku/version.py +++ b/renku/version.py @@ -25,7 +25,7 @@ __version__ = cast(str, version("renku")) __template_version__ = "0.7.1" -__minimum_project_version__ = "2.4.0" +__minimum_project_version__ = "2.8.0" def is_release(version: Optional[str] = None):