Commit b0cc7c20 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

make style

parent fb98acf0
......@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment