File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.1.40 2025-06-21
2+ 🚀 chore(README): remove CodeClimate maintainability badge from documentation
3+
14## 2.1.39 2025-06-20
25✨ refactor(client, events): simplify filter and balance creation using dictionary comprehensions
36🐛 fix(exch_srv): change ` await ` to synchronous call for ` start_market_events_listener ` method
Original file line number Diff line number Diff line change 66
77***
88<a href =" https://pypi.org/project/exchanges-wrapper/ " ><img src =" https://img.shields.io/pypi/v/exchanges-wrapper " alt =" PyPI version " ></a >
9- <a href =" https://codeclimate.com/github/DogsTailFarmer/exchanges-wrapper/maintainability " ><img src =" https://api.codeclimate.com/v1/badges/f333ab9b1f3024699e09/maintainability " /></a >
109<a href =" https://deepsource.io/gh/DogsTailFarmer/exchanges-wrapper/?ref=repository-badge} " target =" _blank " ><img alt =" DeepSource " title =" DeepSource " src =" https://deepsource.io/gh/DogsTailFarmer/exchanges-wrapper.svg/?label=resolved+issues&token=XuG5PmzMiKlDL921-qREIuX_ " /></a >
1110<a href =" https://deepsource.io/gh/DogsTailFarmer/exchanges-wrapper/?ref=repository-badge} " target =" _blank " ><img alt =" DeepSource " title =" DeepSource " src =" https://deepsource.io/gh/DogsTailFarmer/exchanges-wrapper.svg/?label=active+issues&token=XuG5PmzMiKlDL921-qREIuX_ " /></a >
1211<a href =" https://sonarcloud.io/summary/new_code?id=DogsTailFarmer_exchanges-wrapper " target =" _blank " ><img alt =" sonarcloud " title =" sonarcloud " src =" https://sonarcloud.io/api/project_badges/measure?project=DogsTailFarmer_exchanges-wrapper&metric=alert_status " /></a >
Original file line number Diff line number Diff line change 1212__contact__ = "https://github.com/DogsTailFarmer"
1313__email__ = "jerry.fedorenko@yahoo.com"
1414__credits__ = ["https://github.com/DanyaSWorlD" ]
15- __version__ = "2.1.39 "
15+ __version__ = "2.1.40 "
1616
1717from pathlib import Path
1818import shutil
You can’t perform that action at this time.
0 commit comments