14 lines
261 B
INI
Raw Normal View History

2018-05-29 21:12:48 +02:00
[bumpversion]
2021-04-22 19:01:41 +02:00
current_version = 1.5.0
2018-05-29 21:12:48 +02:00
tag_name = {new_version}
commit = True
tag = True
[bumpversion:file:setup.py]
2020-11-14 23:02:06 +01:00
search = version="{current_version}"
replace = version="{new_version}"
2018-05-29 21:12:56 +02:00
2018-05-29 21:12:48 +02:00
[bumpversion:file:dataset/__init__.py]
2020-12-30 22:16:10 +01:00
[bumpversion:file:docs/conf.py]