From bc9469ad2edc67f1e9b2bc4f67a35fe0d59e9989 Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Tue, 17 May 2022 08:37:51 -0700 Subject: [PATCH] Update changelog --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 12968be3..9f603c3c 100755 --- a/tasks.py +++ b/tasks.py @@ -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") @@ -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)