Increase the version of the CuraContainer stack

Since we added a new layer to it, it's version is one level higher (*DING*)

CURA-6534
This commit is contained in:
Jaime van Kessel 2019-06-03 11:10:20 +02:00
parent 2e71ce2710
commit a595feb24e
2 changed files with 5 additions and 2 deletions

View file

@ -37,6 +37,8 @@ from . import Exceptions
# This also means that operations on the stack that modifies the container ordering is prohibited and
# will raise an exception.
class CuraContainerStack(ContainerStack):
Version = 5 # type: int
def __init__(self, container_id: str) -> None:
super().__init__(container_id)