mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
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:
parent
2e71ce2710
commit
a595feb24e
2 changed files with 5 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue