Skip to content

Commit

Permalink
0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycorletti committed Sep 20, 2023
1 parent a95cfc1 commit e956ce8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion snok/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""snok"""

__version__ = "0.0.13"
__version__ = "0.0.14"
1 change: 0 additions & 1 deletion snok/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e956ce8

Please sign in to comment.