Skip to content

Commit 246f0ae

Browse files
authored
Merge pull request #22 from Threadless/iphone-12
Add iphone 12 cases and bump version
2 parents 76e19cb + 4441737 commit 246f0ae

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name = 'Python-Spoke',
6-
version = '1.0.21',
6+
version = '1.0.22',
77
packages = find_packages(),
88
description = 'API bindings for Spoke API',
99
long_description = open(os.path.join(os.path.dirname(__file__), 'README.md'), 'r').read(),

spoke/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from lxml import etree
99
import requests
1010

11-
__version__ = '1.0.21'
11+
__version__ = '1.0.22'
1212

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

@@ -309,6 +309,8 @@ def __init__(self, **kwargs):
309309
'iph10tough', 'iphxsmaxbt', 'iphxsmaxtough', 'iphxrbt',
310310
'iphxrtough', 'iph11bt', 'iph11tough', 'iph11probt',
311311
'iph11protough', 'iph11promaxbt', 'iph11promaxtough',
312+
'iph12minibt', 'iph12minitough', 'iph12probt',
313+
'iph12protough', 'iph12promaxbt', 'iph12promaxtough',
312314
# buttons
313315
'button-round-125', 'button-round-225',
314316
# samsung / galaxy

0 commit comments

Comments
 (0)