Compare commits

..

No commits in common. "main" and "v2025.6.0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "2025.6.1"
__version__ = "2025.6.0"

View File

@ -21,7 +21,7 @@ class Command(BaseCommand):
def add_arguments(self, parser):
parser.add_argument(
"-a", "--all", action="store_true", help="include frozen jurors"
"-a", "--all", action="store_true", help="include frozen jurors", type=bool
)
parser.add_argument("event")