Skip to content
Snippets Groups Projects
Commit 7679d9be authored by teplyakov's avatar teplyakov
Browse files

Revert "feat: AUTO-3479 Add State enum"

This reverts commit 46169340.
parent 957eb5b6
No related branches found
No related tags found
1 merge request!74feat: AUTO-3479 Add State enum
Subproject commit 00019d48da9824bbf43354502f15d5ea4016f931 Subproject commit f10336dc4a4f58111c12dd95afec82be18388803
import enum
from dataclasses import dataclass from dataclasses import dataclass
...@@ -8,10 +6,3 @@ class Reference: ...@@ -8,10 +6,3 @@ class Reference:
id: str id: str
collection_id: str collection_id: str
disabled: bool = False disabled: bool = False
class State(str, enum.Enum):
DRAFT = "DRAFT"
PUBLISHED = "PUBLISHED"
CHANGED = "CHANGED"
ARCHIVED = "ARCHIVED"
...@@ -14,7 +14,7 @@ def load_requirements(): ...@@ -14,7 +14,7 @@ def load_requirements():
setup( setup(
name='perxis', name='perxis',
version='1.7.3', version='1.7.2',
description='Perxis python client', description='Perxis python client',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment