Skip to content

Commit 409b1c5

Browse files
authored
Merge pull request #97 from tschanzt/update_marabunta
Updated marabunta to fix allow_serie
2 parents 5076ad3 + 8a4de42 commit 409b1c5

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

10.0/base_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ xlrd==1.0.0
6161
pydot==1.2.3
6262

6363
# Migration tools
64-
marabunta==0.9
64+
marabunta==0.10.4
6565
anthem==0.12.0
6666

6767
# test / lint

11.0/base_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ simplejson==3.11.1
6161
urllib3==1.23
6262

6363
# Migration tools
64-
marabunta==0.9
64+
marabunta==0.10.4
6565
anthem==0.12.0
6666

6767
# test / lint

12.0/base_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ simplejson==3.11.1
5252
urllib3==1.23
5353

5454
# Migration tools
55-
marabunta==0.9
55+
marabunta==0.10.4
5656
anthem==0.12.0
5757

5858
# test / lint

9.0/base_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pydot==1.2.3
5555
suds-jurko==0.6
5656

5757
# Migration tools
58-
marabunta==0.9
58+
marabunta==0.10.4
5959
anthem==0.12.0
6060

6161
# test / lint

HISTORY.rst

+9
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,22 @@ Release History
2121

2222
Unreleased
2323
++++++++++
24+
.. DANGER:: Breaking changes
25+
26+
Marabunta:
27+
* `install_command` and `install_args` options are now all merged into `install_command`
28+
Please update your migration.yml and docker-compose files accordingly.
29+
See https://github.com/camptocamp/marabunta/blob/master/HISTORY.rst#0100-2018-11-06
30+
for more information
2431

2532
**Features and Improvements**
2633

2734
**Bugfixes**
2835

2936
**Libraries**
3037

38+
* Update marabunta to have fixed marabunta_serie
39+
3140
**Build**
3241

3342
* Pin PyYAML to 4.2b4

0 commit comments

Comments
 (0)