make style
This commit is contained in:
parent
fb98acf03b
commit
b0cc7c202b
|
@ -122,6 +122,8 @@ def pre_release_work(patch=False):
|
|||
|
||||
print(f"Updating version to {version}.")
|
||||
global_version_update(version, patch=patch)
|
||||
|
||||
|
||||
# if not patch:
|
||||
# print("Cleaning main README, don't forget to run `make fix-copies`.")
|
||||
# clean_main_ref_in_model_list()
|
||||
|
@ -141,6 +143,8 @@ def post_release_work():
|
|||
|
||||
print(f"Updating version to {version}.")
|
||||
global_version_update(version)
|
||||
|
||||
|
||||
# print("Cleaning main README, don't forget to run `make fix-copies`.")
|
||||
# clean_main_ref_in_model_list()
|
||||
|
||||
|
|
Loading…
Reference in New Issue