Compare commits

..

No commits in common. "main" and "v0.1.5" have entirely different histories.
main ... v0.1.5

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.6'
__version__ = '0.1.5'

View File

@ -40,7 +40,6 @@ class StoreOfferProperty(enum.Enum):
AUCTION = enum.auto()
SOLD_OUT = enum.auto()
DISCOUNT = enum.auto()
PRE_ORDER = enum.auto()
@dataclasses.dataclass(frozen=True, order=True, slots=True)