Skip to content

Commit e956ce8

Browse files
0.0.14
1 parent a95cfc1 commit e956ce8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

snok/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""snok"""
22

3-
__version__ = "0.0.13"
3+
__version__ = "0.0.14"

snok/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ def _db_revision(
528528
@db_app.command(
529529
"migrate",
530530
help="Apply database migrations.",
531-
no_args_is_help=True,
532531
)
533532
def _db_migrate(
534533
direction: str = Argument(

0 commit comments

Comments
 (0)