From e956ce8faa9b7b48c1ed743d9a561d95e1760495 Mon Sep 17 00:00:00 2001 From: Anthony Corletti Date: Wed, 20 Sep 2023 14:10:16 -0400 Subject: [PATCH] 0.0.14 --- snok/__init__.py | 2 +- snok/cli.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/snok/__init__.py b/snok/__init__.py index 60a0647..b5d49d8 100644 --- a/snok/__init__.py +++ b/snok/__init__.py @@ -1,3 +1,3 @@ """snok""" -__version__ = "0.0.13" +__version__ = "0.0.14" diff --git a/snok/cli.py b/snok/cli.py index ecd2c9d..a238b20 100644 --- a/snok/cli.py +++ b/snok/cli.py @@ -528,7 +528,6 @@ def _db_revision( @db_app.command( "migrate", help="Apply database migrations.", - no_args_is_help=True, ) def _db_migrate( direction: str = Argument(