Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
54d425d4
Commit
54d425d4
authored
Jan 26, 2021
by
Jakob Luettgau
Browse files
Fix bumpversion using pydarshan instead of darshan subdir.
parent
f6eb53fb
Changes
1
Show whitespace changes
Inline
Side-by-side
darshan-util/pydarshan/setup.cfg
View file @
54d425d4
...
@@ -7,7 +7,7 @@ tag = True
...
@@ -7,7 +7,7 @@ tag = True
search = version='{current_version}'
search = version='{current_version}'
replace = version='{new_version}'
replace = version='{new_version}'
[bumpversion:file:
py
darshan/__init__.py]
[bumpversion:file:darshan/__init__.py]
search = __version__ = '{current_version}'
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
replace = __version__ = '{new_version}'
...
...
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