Skip to content

Commit

Permalink
Merge pull request #19 from adamboche/towncrier
Browse files Browse the repository at this point in the history
Towncrier
  • Loading branch information
probot-auto-merge[bot] committed Jun 9, 2019
2 parents 7672418 + 7129dbb commit 42dac04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ commit = True
tag = True

[bumpversion:file:setup.py]
search = {current_version}
replace = {new_version}
search = "{current_version}"
replace = "{new_version}"

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

[bumpversion:file:docs/conf.py]
search = version = release = {current_version}
replace = version = release = {new_version}
search = version = release = "{current_version}"
replace = version = release = "{new_version}"

[bumpversion:file:src/marshmallow_union/__init__.py]
search = __version__ = {current_version}
replace = __version__ = {new_version}

search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
year = "2019"
author = "Adam Boche"
copyright = "{0}, {1}".format(year, author)
version = release = "version = release = 0.1.10"
version = release = "0.1.10"

pygments_style = "trac"
templates_path = ["."]
Expand Down

0 comments on commit 42dac04

Please sign in to comment.