Skip to content

Commit 53e6432

Browse files
#221: Release to update the Pypi landing page of legacy sym-api-client-python (#231)
* #221 Added an INFO block in the legacy python BDK README (#230) * Bumped version to 1.3.7
1 parent b050a0c commit 53e6432

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# symphony-api-client-python
22

3+
> **_INFO:_** This is the legacy version of the BDK. We strongly recommend using the 2.0 version of the BDK delivered
4+
> under package name [symphony-bdk-python](https://pypi.org/project/symphony-bdk-python/) in Pypi.
5+
> Source code of the 2.0 BDK can be found in the main branch of the [symphony-bdk-python repository](https://github.com/finos/symphony-bdk-python).
6+
37
## Overview
48
This Symphony bot client is written in an event handler architecture. The client keeps polling a datafeed and responds to different types of [Real Time Events](https://rest-api.symphony.com/docs/real-time-events) it receives.
59

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99
setuptools.setup(
1010
name="sym_api_client_python",
1111

12-
version="1.3.6",
12+
version="1.3.7",
1313
author="Symphony Platform Solutions",
1414
author_email="platformsolutions@symphony.com",
1515
description="Symphony REST API - Python Client",

0 commit comments

Comments
 (0)