Skip to content

Commit b0cc7c2

Browse files
make style
1 parent fb98acf commit b0cc7c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/release.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ def pre_release_work(patch=False):
122122

123123
print(f"Updating version to {version}.")
124124
global_version_update(version, patch=patch)
125+
126+
125127
# if not patch:
126128
# print("Cleaning main README, don't forget to run `make fix-copies`.")
127129
# clean_main_ref_in_model_list()
@@ -141,6 +143,8 @@ def post_release_work():
141143

142144
print(f"Updating version to {version}.")
143145
global_version_update(version)
146+
147+
144148
# print("Cleaning main README, don't forget to run `make fix-copies`.")
145149
# clean_main_ref_in_model_list()
146150

0 commit comments

Comments
 (0)