2017-03-19 21:53:15 +00:00
|
|
|
[bumpversion]
|
2019-12-07 14:58:10 +00:00
|
|
|
current_version = 1.1.0
|
2017-03-19 21:53:15 +00:00
|
|
|
commit = True
|
|
|
|
|
tag = True
|
|
|
|
|
message = Bump version
|
|
|
|
|
|
|
|
|
|
[bumpversion:file:setup.py]
|
2017-03-19 21:56:35 +00:00
|
|
|
|
2017-04-13 15:02:04 +01:00
|
|
|
[bumpversion:file:cibuildwheel/__init__.py]
|
|
|
|
|
|
2017-03-23 15:28:42 +00:00
|
|
|
[bumpversion:file:README.md]
|
|
|
|
|
search = cibuildwheel=={current_version}
|
|
|
|
|
replace = cibuildwheel=={new_version}
|
2017-03-23 15:28:56 +00:00
|
|
|
|
2019-10-06 23:09:34 +01:00
|
|
|
[bumpversion:file:docs/setup.md]
|
|
|
|
|
search = cibuildwheel=={current_version}
|
|
|
|
|
replace = cibuildwheel=={new_version}
|
|
|
|
|
|
2019-05-28 10:33:50 +01:00
|
|
|
[bdist_wheel]
|
|
|
|
|
universal = 1
|
|
|
|
|
|
2019-11-12 23:51:27 +00:00
|
|
|
[flake8]
|
|
|
|
|
ignore = E501,W503
|
|
|
|
|
application-import-names = cibuildwheel
|
2020-02-15 12:15:44 +00:00
|
|
|
exclude =
|
|
|
|
|
cibuildwheel/resources/,
|
|
|
|
|
dist/,
|
|
|
|
|
build/,
|
|
|
|
|
.git/,
|
|
|
|
|
env/,
|
|
|
|
|
env2/,
|
|
|
|
|
.venv/,
|
|
|
|
|
site/
|