Skip to content

Commit 89873f7

Browse files
committed
Add iphone 13 cases and bump version
1 parent 246f0ae commit 89873f7

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.22',
6+
version = '1.0.23',
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.22'
11+
__version__ = '1.0.23'
1212

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

@@ -311,6 +311,8 @@ def __init__(self, **kwargs):
311311
'iph11protough', 'iph11promaxbt', 'iph11promaxtough',
312312
'iph12minibt', 'iph12minitough', 'iph12probt',
313313
'iph12protough', 'iph12promaxbt', 'iph12promaxtough',
314+
'iph13bt', 'iph13tough', 'iph13minibt', 'iph13minitough',
315+
'iph13probt', 'iph13protough', 'iph13promaxbt', 'iph13promaxtough',
314316
# buttons
315317
'button-round-125', 'button-round-225',
316318
# samsung / galaxy

0 commit comments

Comments
 (0)