Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
b0cc7c20
Commit
b0cc7c20
authored
Jan 25, 2023
by
Patrick von Platen
Browse files
make style
parent
fb98acf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
utils/release.py
utils/release.py
+4
-0
No files found.
utils/release.py
View file @
b0cc7c20
...
...
@@ -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()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment