Skip to content

Commit

Permalink
Fine, bumpversion, have your ugly formatting.
Browse files Browse the repository at this point in the history
I'm tired of this file always being dirty in my repo.
  • Loading branch information
dgw committed Jul 11, 2016
1 parent b4cfbdb commit cfa21af
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ current_version = 0.2.1-dev
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:file:setup.py]

[bumpversion:file:sopel_modules/wolfram/__init__.py]

[bumpversion:file:NEWS]
search = Unreleased
----------
----------
replace = Unreleased
----------

sopel-wolfram v{new_version}
--------------------
----------
sopel-wolfram v{new_version}
--------------------

[bumpversion:part:release]
optional_value = gamma
values =
dev
gamma
values =
dev
gamma

0 comments on commit cfa21af

Please sign in to comment.