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

Commit d8c6c12

Browse files
author
semantic-release
committed
6.1.0
Automatically generated by python-semantic-release
1 parent 7397e96 commit d8c6c12

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+
## v6.1.0 (2025-04-27)
5+
6+
### Other
7+
8+
- Merge pull request #590 from mraniki/dev
9+
([`7397e96`](https://github.com/mraniki/cefi/commit/7397e96bd07a08f4656cb52d24173564157e1779))
10+
11+
🚀 new version: conversion to uv
12+
13+
### 🚀
14+
15+
- 🚀 new version: conversion to uv
16+
([`6382cc0`](https://github.com/mraniki/cefi/commit/6382cc04d06008ae187945f5a492ab4bf725c844))
17+
18+
419
## v6.0.9 (2025-04-27)
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__ = "6.0.9"
1+
__version__ = "6.1.0"
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 = "6.0.9"
8+
version = "6.1.0"
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)