Skip to content

Commit 7b405db

Browse files
2.1.40
🚀 chore(README): remove CodeClimate maintainability badge from documentation
1 parent 0c00e41 commit 7b405db

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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>

exchanges_wrapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
from pathlib import Path
1818
import shutil

0 commit comments

Comments
 (0)