Skip to content

Commit 3315680

Browse files
authored
Merge pull request #9 from square/release_20191023
Release 20191023
2 parents cc73c38 + 3616e58 commit 3315680

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 3.20191023.0 (2019-10-23)
4+
* **GA release**: Merchants.ListMerchant is GA for all SDKs.
5+
* **Beta release**: All SDKs support exclusion strategies for pricing rules.
6+
37
## 3.20190925.0 (2019-09-25)
48

59
* **GA release**: All SDKs have been updated to support the new Merchants API.

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)