Skip to content

Commit bec991d

Browse files
committed
Merge branch 'release/2.6.0'
2 parents 49d74f3 + b6de9d8 commit bec991d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.5.0
2+
current_version = 2.6.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>\w+))?
44
commit = True
55
tag = False

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
MODEL_GENERATOR_VERSION=4.7.0
1+
MODEL_GENERATOR_VERSION=4.8.0
22
modelgenerator=bin/modelgenerator-$(MODEL_GENERATOR_VERSION).jar
33

4-
MINCER_VERSION=2.3.0
4+
MINCER_VERSION=2.4.0
55
mincer=bin/mincer-$(MINCER_VERSION).jar
66

77
# Available flavors for data

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.6.0

0 commit comments

Comments
 (0)