Skip to content

Commit

Permalink
#221: Release to update the Pypi landing page of legacy sym-api-clien…
Browse files Browse the repository at this point in the history
…t-python (#231)

* #221 Added an INFO block in the legacy python BDK README (#230)

* Bumped version to 1.3.7
  • Loading branch information
symphony-elias authored Sep 14, 2021
1 parent b050a0c commit 53e6432
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# symphony-api-client-python

> **_INFO:_** This is the legacy version of the BDK. We strongly recommend using the 2.0 version of the BDK delivered
> under package name [symphony-bdk-python](https://pypi.org/project/symphony-bdk-python/) in Pypi.
> 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).
## Overview
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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme():
setuptools.setup(
name="sym_api_client_python",

version="1.3.6",
version="1.3.7",
author="Symphony Platform Solutions",
author_email="platformsolutions@symphony.com",
description="Symphony REST API - Python Client",
Expand Down

0 comments on commit 53e6432

Please sign in to comment.