feat: upgrade replication version to fix duplicate during REPARENT

Related to #113
This commit is contained in:
Swann
2020-10-01 15:34:36 +02:00
parent 5f4bccbcd9
commit 824d4d6a83

View File

@ -44,7 +44,7 @@ from . import environment, utils
DEPENDENCIES = {
("replication", '0.0.21a12'),
("replication", '0.0.21a13'),
}