Skip to content

Commit

Permalink
Make invoke prepare since optional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson committed Apr 4, 2018
1 parent b211ddc commit 30342e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


@task
def prepare(ctx, version, since):
def prepare(ctx, version, since=None):
"""
Prepare the next release version by updating files.
Expand Down

0 comments on commit 30342e2

Please sign in to comment.