Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit ac37601

Browse files
author
semantic-release
committed
7.0.2
Automatically generated by python-semantic-release
1 parent fc9fa54 commit ac37601

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# CHANGELOG
22

33

4+
## v7.0.2 (2025-04-29)
5+
6+
### Other
7+
8+
- Merge pull request #594 from mraniki/dev
9+
([`fc9fa54`](https://github.com/mraniki/cefi/commit/fc9fa5499f40cb3268c453a9b50fb334eb92c6f7))
10+
11+
🐛 update main.py
12+
13+
### 🐛
14+
15+
- 🐛 update main.py
16+
([`8182422`](https://github.com/mraniki/cefi/commit/8182422d5843437bad1c7180e710aae222fc2873))
17+
18+
419
## v7.0.1 (2025-04-29)
520

621
### Other

cefi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "7.0.1"
1+
__version__ = "7.0.2"
22

33
from cefi.main import CexTrader
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "cefi"
8-
version = "7.0.1"
8+
version = "7.0.2"
99
description = "A python library, to interact with Crypto Exchanges (CCXT library) and brokers (IB & Capital.com)"
1010
authors = [
1111
{ name = "mraniki", email = "8766259+mraniki@users.noreply.github.com" },

0 commit comments

Comments
 (0)