From c755e8cb180355e5e55cd1837ca442fc8028943c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Thu, 16 May 2024 19:02:23 +0200 Subject: [PATCH] Fixing bug and making 0.0.28 release. --- recodex/plugins/groups/cli.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recodex/plugins/groups/cli.py b/recodex/plugins/groups/cli.py index b53a01d..59172a8 100644 --- a/recodex/plugins/groups/cli.py +++ b/recodex/plugins/groups/cli.py @@ -196,7 +196,7 @@ def shadow_assignments(api: ApiClient, group_id, useJson): @click.argument("group_id") @click.option("--unset", is_flag=True) @pass_api_client -def enable(api: ApiClient, group_id, unset): +def set_exam(api: ApiClient, group_id, unset): """ Set (or unset) exam flag of a group. """ diff --git a/setup.py b/setup.py index 189f398..5a3b8bd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='recodex-cli', - version='0.0.27', + version='0.0.28', description='ReCodEx CLI', long_description='A command line frontend to the ReCodEx programmer evaluation system', classifiers=[