This repository was archived by the owner on Feb 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.2.43] - 2026-01-14
8+ ### Update
9+ [ LBank] add api key permissions check
10+
711## [ 1.2.42] - 2025-09-04
812### Update
913[ Binance] include transfer permissions in withdrawal rights
Original file line number Diff line number Diff line change 1- # trading-backend [ 1.2.42 ] ( https://github.com/Drakkar-Software/trading-backend/tree/master/CHANGELOG.md )
1+ # trading-backend [ 1.2.43 ] ( https://github.com/Drakkar-Software/trading-backend/tree/master/CHANGELOG.md )
22[ ![ PyPI] ( https://img.shields.io/pypi/v/trading-backend.svg )] ( https://pypi.python.org/pypi/trading-backend/ )
33[ ![ Downloads] ( https://pepy.tech/badge/trading-backend/month )] ( https://pepy.tech/project/trading-backend )
44[ ![ Github-Action-CI] ( https://github.com/Drakkar-Software/trading-backend/workflows/trading-backend-CI/badge.svg )] ( https://github.com/Drakkar-Software/trading-backend/actions )
Original file line number Diff line number Diff line change 1717from setuptools import find_packages
1818from setuptools import setup
1919
20- VERSION = "1.2.42 "
20+ VERSION = "1.2.43 "
2121PROJECT_NAME = "trading-backend"
2222
2323PACKAGES = find_packages (exclude = ["tests" ])
You can’t perform that action at this time.
0 commit comments