Skip to content

Commit

Permalink
[Version] v1.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Jul 5, 2024
1 parent a2ae080 commit ae9a17a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.25] - 2024-07-05
### Updated
- [CCXT] update to ccxt 4.3.56

## [1.2.24] - 2024-06-16
### Updated
- Exchanges: fix api key format errors
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# trading-backend [1.2.24](https://github.com/Drakkar-Software/trading-backend/tree/master/CHANGELOG.md)
# trading-backend [1.2.25](https://github.com/Drakkar-Software/trading-backend/tree/master/CHANGELOG.md)
[![PyPI](https://img.shields.io/pypi/v/trading-backend.svg)](https://pypi.python.org/pypi/trading-backend/)
[![Downloads](https://pepy.tech/badge/trading-backend/month)](https://pepy.tech/project/trading-backend)
[![Github-Action-CI](https://github.com/Drakkar-Software/trading-backend/workflows/trading-backend-CI/badge.svg)](https://github.com/Drakkar-Software/trading-backend/actions)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from setuptools import find_packages
from setuptools import setup

VERSION = "1.2.24"
VERSION = "1.2.25"
PROJECT_NAME = "trading-backend"

PACKAGES = find_packages(exclude=["tests"])
Expand Down

0 comments on commit ae9a17a

Please sign in to comment.