Skip to content

Commit

Permalink
Prep for v2.3.11 after I messed up v2.3.10 (#5068)
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh authored Mar 3, 2025
1 parent f79f879 commit 738258b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pycbc/workflow/pegasus_sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
sing_version = version
else:
sing_version = last_release
sing_version = '2.3.9'

# NOTE urllib is weird. For some reason it only allows known schemes and will
# give *wrong* results, rather then failing, if you use something like gsiftp
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def __getattr__(self, attr):
vinfo = _version_helper.generate_git_version_info()
except:
vinfo = vdummy()
vinfo.version = '2.3.10'
vinfo.version = '2.3.11'
vinfo.release = 'True'

version_script = f"""# coding: utf-8
Expand Down

0 comments on commit 738258b

Please sign in to comment.