Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed May 17, 2022
1 parent ca2df27 commit bc9469a
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 @@ -15,6 +15,7 @@
from monty.os import cd

from custodian import __version__ as CURRENT_VER

NEW_VER = datetime.datetime.today().strftime("%Y.%-m.%-d")


Expand Down Expand Up @@ -151,7 +152,6 @@ def update_changelog(ctx, version=datetime.datetime.now().strftime("%Y.%-m.%-d")
print("\n".join(misc))



@task
def release(ctx):
set_ver(ctx)
Expand Down

0 comments on commit bc9469a

Please sign in to comment.