File tree Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 1
- 0.2.0
1
+ 0.3.0a0
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.0
2
+ current_version = 0.3.0a0
3
3
commit = True
4
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:(?P<release>[abc]|rc)(?P<relversion>\d+))?
5
- serialize =
6
- {major}.{minor}.{patch}{release}{relversion}
7
- {major}.{minor}.{patch}
5
+ serialize =
6
+ {major}.{minor}.{patch}{release}{relversion}
7
+ {major}.{minor}.{patch}
8
8
tag = True
9
9
10
10
[bumpversion:part:release]
11
11
optional_value = rc
12
- values =
13
- a
14
- b
15
- rc
12
+ values =
13
+ a
14
+ b
15
+ rc
16
16
17
17
[bumpversion:part:prerelversion]
18
18
optional_value = 5
19
- values =
20
- 0
21
- 1
22
- 2
23
- 3
24
- 4
25
- 5
19
+ values =
20
+ 0
21
+ 1
22
+ 2
23
+ 3
24
+ 4
25
+ 5
26
26
27
27
[bumpversion:file:extruct/VERSION]
28
28
29
29
[wheel]
30
30
universal = 1
31
+
You can’t perform that action at this time.
0 commit comments