Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit e00e288

Browse files
authored
Deprecate Pypi (#108)
1 parent abf1399 commit e00e288

5 files changed

Lines changed: 12 additions & 157 deletions

File tree

CHANGES.md

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

3+
## Version 2.20190724.1 (2019-08-15)
4+
5+
**NOTICE: Square Connect Python SDK retired**
6+
7+
The Square Connect Python SDK is retired (EOL) as of 2019-08-15 and will no
8+
longer receive bug fixes or product updates. To continue receiving API and SDK
9+
improvements, please follow the instructions below to migrate to the new
10+
[Square Python SDK](https://github.com/square/square-python-sdk).
11+
312
## Version 2.20190724.0 (2019-07-24)
413

514
* **BETA releases**:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "squareconnect"
7-
VERSION = "2.20190724.0"
7+
VERSION = "2.20190724.1"
88

99
if sys.version_info[0] < 3:
1010
with open('README.md', 'r') as fh:

squareconnect/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, cook
7575
self.default_headers[header_name] = header_value
7676
self.cookie = cookie
7777
# Set default User-Agent.
78-
self.user_agent = 'Square-Connect-Python/2.20190724.0'
78+
self.user_agent = 'Square-Connect-Python/2.20190724.1'
7979

8080
@property
8181
def user_agent(self):

squareconnect/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,5 @@ def to_debug_report(self):
229229
"OS: {env}\n"\
230230
"Python Version: {pyversion}\n"\
231231
"Version of the API: 2.0\n"\
232-
"SDK Package Version: 2.20190724.0".\
232+
"SDK Package Version: 2.20190724.1".\
233233
format(env=sys.platform, pyversion=sys.version)

test/test_customers_api.py

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)