Skip to content

Commit 17a2253

Browse files
committed
release
1 parent 00c4d09 commit 17a2253

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

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

1313
setup(
1414
name='square',
15-
version='3.20190925.0',
15+
version='3.20191023.0',
1616
description='Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.',
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",

square/api/base_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class BaseApi(object):
2626
"""
2727

2828
global_headers = {
29-
'user-agent': 'Square-Python-SDK/3.20190925.0',
29+
'user-agent': 'Square-Python-SDK/3.20191023.0',
3030
'Square-Version': '2019-10-23'
3131
}
3232

square/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Client(object):
3434

3535
@staticmethod
3636
def sdk_version():
37-
return '3.20190925.0'
37+
return '3.20191023.0'
3838

3939
@staticmethod
4040
def square_version():

0 commit comments

Comments
 (0)