Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 4c1890d

Browse files
committed
Added bumpversion configuration to setup.cfg.
1 parent 1b9275a commit 4c1890d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

setup.cfg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1+
[bumpversion]
2+
current_version = 1.1.0
3+
commit = True
4+
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
5+
serialize =
6+
{major}.{minor}.{patch}{release}
7+
{major}.{minor}.{patch}
8+
19
[wheel]
210
universal = 1
11+
12+
[bumpversion:part:release]
13+
optional_value = production
14+
values =
15+
rc
16+
production
17+
18+
[bumpversion:file:src/pydocstyle/utils.py]
19+

0 commit comments

Comments
 (0)