Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 9496a4c

Browse files
committed
[Version] v1.2.40
1 parent be606f5 commit 9496a4c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.40] - 2025-06-26
8+
### Fixed
9+
[Proxy] handle all aiohttp proxy errors
10+
711
## [1.2.39] - 2025-06-09
812
### Updated
913
- [Errors] add NetworkError

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trading-backend [1.2.39](https://github.com/Drakkar-Software/trading-backend/tree/master/CHANGELOG.md)
1+
# trading-backend [1.2.40](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)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from setuptools import find_packages
1818
from setuptools import setup
1919

20-
VERSION = "1.2.39"
20+
VERSION = "1.2.40"
2121
PROJECT_NAME = "trading-backend"
2222

2323
PACKAGES = find_packages(exclude=["tests"])

0 commit comments

Comments
 (0)