Skip to content

Commit 49d74f3

Browse files
committed
Merge branch 'release/2.5.0'
2 parents f3bb3a8 + e3d3d1a commit 49d74f3

File tree

5 files changed

+3611
-4321
lines changed

5 files changed

+3611
-4321
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.4.0
2+
current_version = 2.5.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.6.0
1+
MODEL_GENERATOR_VERSION=4.7.0
22
modelgenerator=bin/modelgenerator-$(MODEL_GENERATOR_VERSION).jar
33

4-
MINCER_VERSION=2.2.0
4+
MINCER_VERSION=2.3.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.4.0
1+
2.5.0

0 commit comments

Comments
 (0)