2018-05-29 21:12:48 +02:00
|
|
|
[bumpversion]
|
2021-11-17 18:32:29 +01:00
|
|
|
current_version = 1.5.1
|
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]
|