Skip to content

Commit

Permalink
Update bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaneypranav committed Jul 30, 2020
1 parent a215ff6 commit 269f9fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ tag = True
search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:README.rst]
search = v{current_version}.
replace = v{new_version}.
[bumpversion:file:README.md]
search = v{current_version}
replace = v{new_version}

[bumpversion:file:docs/conf.py]
search = version = release = '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Overview
<img src="https://img.shields.io/coveralls/github/igembitsgoa/igem-wikisync?logo=coveralls&style=for-the-badge" alt="Coverage Status">
</a>
<a href="https://github.com/igembitsgoa/igem-wikisync/">
<img src="https://img.shields.io/github/commits-since/igembitsgoa/igem-wikisync/v0.0.0?logo=github&style=for-the-badge" alt="Commits since latest release">
<img src="https://img.shields.io/github/commits-since/igembitsgoa/igem-wikisync/v0.0.4?logo=github&style=for-the-badge" alt="Commits since latest release">
</a>
<img src="https://img.shields.io/pypi/l/igem-wikisync?style=for-the-badge" alt="License: MIT">
</p>
Expand Down

0 comments on commit 269f9fe

Please sign in to comment.