14 lines
261 B
INI
Raw Normal View History

2018-05-29 21:12:48 +02:00
[bumpversion]
2021-12-16 11:10:24 +01:00
current_version = 1.5.2
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]