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
Add iphone 12 cases and bump version
  • Loading branch information
dominicbruno committed Dec 1, 2020
commit 4441737b804a87eb7ccf46979bb2ba95673f70e6
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.21',
version = '1.0.22',
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
4 changes: 3 additions & 1 deletion spoke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from lxml import etree
import requests

__version__ = '1.0.21'
__version__ = '1.0.22'

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

Expand Down Expand Up @@ -309,6 +309,8 @@ def __init__(self, **kwargs):
'iph10tough', 'iphxsmaxbt', 'iphxsmaxtough', 'iphxrbt',
'iphxrtough', 'iph11bt', 'iph11tough', 'iph11probt',
'iph11protough', 'iph11promaxbt', 'iph11promaxtough',
'iph12minibt', 'iph12minitough', 'iph12probt',
'iph12protough', 'iph12promaxbt', 'iph12promaxtough',
# buttons
'button-round-125', 'button-round-225',
# samsung / galaxy
Expand Down