File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.2.3
2
+ current_version = 2.0.0.b1
3
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
4
- serialize =
4
+ serialize =
5
5
{major}.{minor}.{patch}.{release}{relver}
6
6
{major}.{minor}.{patch}
7
7
commit = True
@@ -12,7 +12,7 @@ message = Release {new_version}
12
12
13
13
[bumpversion:part:release]
14
14
optional_value = gamma
15
- values =
15
+ values =
16
16
dev
17
17
a
18
18
b
Original file line number Diff line number Diff line change 6
6
rev : v4.4.0
7
7
hooks :
8
8
- id : trailing-whitespace
9
- exclude : " setup. cfg"
9
+ exclude : " .+ cfg"
10
10
- id : end-of-file-fixer
11
11
- id : check-yaml
12
12
- id : check-added-large-files
Original file line number Diff line number Diff line change 1
1
__author__ = "Iacopo Spalletti"
2
2
__email__ = "i.spalletti@nephila.it"
3
- __version__ = "1.2.3 "
3
+ __version__ = "2.0.0.b1 "
You can’t perform that action at this time.
0 commit comments