Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = 'Python-Spoke',
version = '1.0.28',
version = '1.0.29',
packages = find_packages(),
description = 'API bindings for Spoke API',
long_description = open(os.path.join(os.path.dirname(__file__), 'README.md'), 'r').read(),
Expand Down
10 changes: 9 additions & 1 deletion spoke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import requests
import six

__version__ = '1.0.28'
__version__ = '1.0.29'

__all__ = ['Case', 'Comment', 'Image', 'OrderInfo', 'PackSlipCustomInfo', 'Spoke', 'ValidationError', 'SpokeError']

Expand Down Expand Up @@ -324,6 +324,14 @@ def __init__(self, **kwargs):
'SP10604', # iphone 15 pro tough
'SP10602', # iphone 15 pro max slim
'SP10606', # iphone 15 pro max tough
'SP10625', # iphone 16 slim
'SP10629', # iphone 16 tough
'SP10627', # iphone 16 plus slim
'SP10631', # iphone 16 plus tough
'SP10626', # iphone 16 pro slim
'SP10630', # iphone 16 pro tough
'SP10628', # iphone 16 pro max slim
'SP10632', # iphone 16 pro max tough
# buttons
'button-round-125', 'button-round-225',
# samsung / galaxy
Expand Down