1
0
Fork 0

Releasing version 4.0.1

This commit is contained in:
Irina Truong 2023-10-30 20:34:14 -07:00
parent 525487c36a
commit 04ca41a262
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
==================
4.0.1 (2023-11-29)
4.0.1 (2023-11-30)
==================
Internal:

View File

@ -1 +1 @@
__version__ = "4.0.0"
__version__ = "4.0.1"

View File

@ -57,7 +57,7 @@ def version(version_file):
def commit_for_release(version_file, ver):
run_step("git", "reset")
run_step("git", "add", version_file)
run_step("git", "add", "-u")
run_step("git", "commit", "--message", "Releasing version {}".format(ver))